#C9DB6D

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

Shades of Goldenrod #C9DB6D

Tints of Goldenrod #C9DB6D

Color information

#C9DB6D (or 0xC9DB6D) is unknown color: approx Goldenrod. HEX triplet: C9, DB and 6D. RGB value is (201,219,109). Sum of RGB (Red+Green+Blue) = 201+219+109=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB6D is #362492. Grayscale: #C9C9C9. Windows color (decimal): -3548307 or 7199689. OLE color: 7199689.

HSL color Cylindrical-coordinate representation of color #C9DB6D: hue angle of 69.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9DB6D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB201219109-
CMYK0.0800.500.14
HSL69.82º60.44%64.31%-
HSV(B)69.82º50.23%85.88%-
XYZ52.1864.1824.11-
YUV201.0876.04127.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 109 (42.97% from 255) = 20.60%
R=38.00%
G=41.40%
B=20.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191090.0800.500.1469.8260.4464.31
HexC9DB6D8032E463c40
Octal311333155100621610674100
Binary1100100111011011110110110000110010111010001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DB6D; }

 p { color: rgb(201,219,109); }

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

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

 a { background-color: rgb(201,219,109); }

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

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

 span { border-color: rgb(201,219,109); }

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