Html Css Color HEX #CBD36E Goldenrod

📋 copy color: '#CBD36E'

red 203 ◦ green 211 ◦ blue 110

#CBD36E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CBD36E

Tints of Goldenrod #CBD36E

RGB

 RED value IS 203 (79.69% from 255) = 38.74%

 GREEN value IS 211 (82.81% from 255) = 40.27%

 BLUE value IS 110 (43.36% from 255) = 20.99%

R = 38.74%
G = 40.27%
B = 20.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#CBD36E (or 0xCBD36E) is known color: Goldenrod. HEX triplet: CB, D3 and 6E. RGB value is (203,211,110). Sum of RGB (Red+Green+Blue) = 203+211+110=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD36E is #342C91. Grayscale: #C5C5C5. Windows color (decimal): -3419282 or 7263179. OLE color: 7263179.

HSL color Cylindrical-coordinate representation of color #CBD36E: hue angle of 64.75º degrees, saturation: 0.53, 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 #CBD36E is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 211 110 -
CMYK 0.04 0 0.48 0.17
HSL 64.75º 0.53% 0.63% -
HSV(B) 64.75º 0.48% 0.83% -
XYZ 50.74 60.41 23.74 -
YUV 197.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 203 211 110 0.04 0 0.48 0.17 64.75 0.53 0.63
Hex CB D3 6E 4 0 30 11 41 35 3F
Octal 313 323 156 4 0 60 21 101 65 77
Binary 11001011 11010011 1101110 100 0 110000 10001 1000001 110101 111111

Color Harmonies of #CBD36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD36E

Black with #CBD36E

Text Example


Text Example

White with #CBD36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD36E; }

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

 H1.HeaderClassName
 {
   color: #CBD36E;
 }
 .AnyTagClassName
 {
   color: #CBD36E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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