#CCD27F

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

Shades of Deco #CCD27F

Tints of Deco #CCD27F

Color information

#CCD27F (or 0xCCD27F) is unknown color: approx Deco. HEX triplet: CC, D2 and 7F. RGB value is (204,210,127). Sum of RGB (Red+Green+Blue) = 204+210+127=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD27F is #332D80. Grayscale: #C7C7C7. Windows color (decimal): -3353985 or 8377036. OLE color: 8377036.

HSL color Cylindrical-coordinate representation of color #CCD27F: hue angle of 64.34º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD27F is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB204210127-
CMYK0.0300.400.18
HSL64.34º47.98%66.08%-
HSV(B)64.34º39.52%82.35%-
XYZ51.7860.4629.02-
YUV198.7487.51131.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 210 (82.42% from 255) = 38.82%
BLUE value IS 127 (50% from 255) = 23.48%
R=37.71%
G=38.82%
B=23.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101270.0300.400.1864.3447.9866.08
HexCCD27F302812403042
Octal31432217730502210060102
Binary110011001101001011111111101010001001010000001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD27F; }

 p { color: rgb(204,210,127); }

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

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

 a { background-color: rgb(204,210,127); }

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

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

 span { border-color: rgb(204,210,127); }

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