#CCD649

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

Shades of Las Palmas #CCD649

Tints of Las Palmas #CCD649

Color information

#CCD649 (or 0xCCD649) is unknown color: approx Las Palmas. HEX triplet: CC, D6 and 49. RGB value is (204,214,73). Sum of RGB (Red+Green+Blue) = 204+214+73=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD649 is #3329B6. Grayscale: #C3C3C3. Windows color (decimal): -3353015 or 4839116. OLE color: 4839116.

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

Color convert

RGB20421473-
CMYK0.0500.660.16
HSL64.26º63.23%56.27%-
HSV(B)64.26º65.89%83.92%-
XYZ50.1561.4115.51-
YUV194.9459.19134.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 73 (28.91% from 255) = 14.87%
R=41.55%
G=43.58%
B=14.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204214730.0500.660.1664.2663.2356.27
HexCCD649504210403f38
Octal31432611150102201007770
Binary1100110011010110100100110101000010100001000000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD649; }

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

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

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

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

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

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

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

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