Html Css Color HEX #CB8809 Dark Goldenrod

📋 copy color: '#CB8809'

red 203 ◦ green 136 ◦ blue 9

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

Shades of Dark Goldenrod #CB8809

Tints of Dark Goldenrod #CB8809

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

 BLUE value IS 9 (3.91% from 255) = 2.59%

R = 58.33%
G = 39.08%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB8809 (or 0xCB8809) is known color: Dark Goldenrod. HEX triplet: CB, 88 and 09. RGB value is (203,136,9). Sum of RGB (Red+Green+Blue) = 203+136+9=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8809 is #3477F6. Grayscale: #8E8E8E. Windows color (decimal): -3438583 or 624843. OLE color: 624843.

HSL color Cylindrical-coordinate representation of color #CB8809: hue angle of 39.28º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB8809 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 136 9 -
CMYK 0 0.33 0.96 0.20
HSL 39.28º 0.92% 0.42% -
HSV(B) 39.28º 0.96% 0.8% -
XYZ 33.48 30.32 4.35 -
YUV 141.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 203 136 9 0 0.33 0.96 0.20 39.28 0.92 0.42
Hex CB 88 9 0 21 60 14 27 5C 2A
Octal 313 210 11 0 41 140 24 47 134 52
Binary 11001011 10001000 1001 0 100001 1100000 10100 100111 1011100 101010

Color Harmonies of #CB8809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8809

Black with #CB8809

Text Example


Text Example

White with #CB8809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8809; }

 p { color: rgb(203,136,9); }

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

background-color css

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

 a { background-color: rgb(203,136,9); }

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

border-color css

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

 span { border-color: rgb(203,136,9); }

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