#CCD845

Color #CCD845 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #CCD845

Tints of Las Palmas #CCD845

Color information

#CCD845 (or 0xCCD845) is unknown color: approx Las Palmas. HEX triplet: CC, D8 and 45. RGB value is (204,216,69). Sum of RGB (Red+Green+Blue) = 204+216+69=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD845 is #3327BA. Grayscale: #C4C4C4. Windows color (decimal): -3352507 or 4577484. OLE color: 4577484.

HSL color Cylindrical-coordinate representation of color #CCD845: hue angle of 64.9º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCD845 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB20421669-
CMYK0.0600.680.15
HSL64.9º65.33%55.88%-
HSV(B)64.9º68.06%84.71%-
XYZ50.5362.3815.01-
YUV195.6556.52133.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 216 (84.77% from 255) = 44.17%
BLUE value IS 69 (27.34% from 255) = 14.11%
R=41.72%
G=44.17%
B=14.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204216690.0600.680.1564.965.3355.88
HexCCD8456044F414138
Octal314330105601041710110170
Binary1100110011011000100010111001000100111110000011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD845; }

 p { color: rgb(204,216,69); }

 H1.HeaderClassName
 {
   color: #CCD845;
 }
 .AnyTagClassName
 {
   color: #CCD845;
 }
</style>
background-color css

<style>
 a { background-color: #CCD845; }

 a { background-color: rgb(204,216,69); }

 div.DivClassName
 {
   background-color: #CCD845;
 }
 .BgClassName
 {
   background-color: #CCD845;
 }
</style>
border-color css

<style>
 span { border-color: #CCD845; }

 span { border-color: rgb(204,216,69); }

 td.TdClassName
 {
   border-color: #CCD845;
 }
 .TagClassName
 {
   border-color: #CCD845;
 }
</style>