#CCD645

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

Shades of Las Palmas #CCD645

Tints of Las Palmas #CCD645

Color information

#CCD645 (or 0xCCD645) is unknown color: approx Las Palmas. HEX triplet: CC, D6 and 45. RGB value is (204,214,69). Sum of RGB (Red+Green+Blue) = 204+214+69=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD645 is #3329BA. Grayscale: #C3C3C3. Windows color (decimal): -3353019 or 4576972. OLE color: 4576972.

HSL color Cylindrical-coordinate representation of color #CCD645: hue angle of 64.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCD645 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB20421469-
CMYK0.0500.680.16
HSL64.14º63.88%55.49%-
HSV(B)64.14º67.76%83.92%-
XYZ50.0261.3614.84-
YUV194.4857.19134.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 69 (27.34% from 255) = 14.17%
R=41.89%
G=43.94%
B=14.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204214690.0500.680.1664.1463.8855.49
HexCCD645504410404037
Octal314326105501042010010067
Binary11001100110101101000101101010001001000010000001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD645; }

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

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

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

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

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

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

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

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