#C9D27D

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

Shades of Deco #C9D27D

Tints of Deco #C9D27D

Color information

#C9D27D (or 0xC9D27D) is unknown color: approx Deco. HEX triplet: C9, D2 and 7D. RGB value is (201,210,125). Sum of RGB (Red+Green+Blue) = 201+210+125=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D27D is #362D82. Grayscale: #C5C5C5. Windows color (decimal): -3550595 or 8245961. OLE color: 8245961.

HSL color Cylindrical-coordinate representation of color #C9D27D: hue angle of 66.35º degrees, saturation: 0.49, 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 #C9D27D is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB201210125-
CMYK0.0400.400.18
HSL66.35º48.57%65.69%-
HSV(B)66.35º40.48%82.35%-
XYZ50.8459.9928.3-
YUV197.6287.02130.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=37.5%
G=39.18%
B=23.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012101250.0400.400.1866.3548.5765.69
HexC9D27D402812423142
Octal31132217540502210261102
Binary1100100111010010111110110001010001001010000101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D27D; }

 p { color: rgb(201,210,125); }

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

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

 a { background-color: rgb(201,210,125); }

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

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

 span { border-color: rgb(201,210,125); }

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