#C9D07D

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

Shades of Deco #C9D07D

Tints of Deco #C9D07D

Color information

#C9D07D (or 0xC9D07D) is unknown color: approx Deco. HEX triplet: C9, D0 and 7D. RGB value is (201,208,125). Sum of RGB (Red+Green+Blue) = 201+208+125=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D07D is #362F82. Grayscale: #C4C4C4. Windows color (decimal): -3551107 or 8245449. OLE color: 8245449.

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

Color convert

RGB201208125-
CMYK0.0300.400.18
HSL65.06º46.89%65.29%-
HSV(B)65.06º39.9%81.57%-
XYZ50.3459.0128.14-
YUV196.4487.68131.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=37.64%
G=38.95%
B=23.41%

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
Decimal2012081250.0300.400.1865.0646.8965.29
HexC9D07D302812412f41
Octal31132017530502210157101
Binary110010011101000011111011101010001001010000011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D07D; }

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

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

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

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

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

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

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

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