#CBD36D

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

Shades of Goldenrod #CBD36D

Tints of Goldenrod #CBD36D

Color information

#CBD36D (or 0xCBD36D) is unknown color: approx Goldenrod. HEX triplet: CB, D3 and 6D. RGB value is (203,211,109). Sum of RGB (Red+Green+Blue) = 203+211+109=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD36D is #342C92. Grayscale: #C5C5C5. Windows color (decimal): -3419283 or 7197643. OLE color: 7197643.

HSL color Cylindrical-coordinate representation of color #CBD36D: hue angle of 64.71º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBD36D is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB203211109-
CMYK0.0400.480.17
HSL64.71º53.68%62.75%-
HSV(B)64.71º48.34%82.75%-
XYZ50.6860.3923.45-
YUV196.9878.35132.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 109 (42.97% from 255) = 20.84%
R=38.81%
G=40.34%
B=20.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032111090.0400.480.1764.7153.6862.75
HexCBD36D40301141363f
Octal3133231554060211016677
Binary110010111101001111011011000110000100011000001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD36D; }

 p { color: rgb(203,211,109); }

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

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

 a { background-color: rgb(203,211,109); }

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

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

 span { border-color: rgb(203,211,109); }

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