Html Css Color HEX #CB8F09 Dark Goldenrod

📋 copy color: '#CB8F09'

red 203 ◦ green 143 ◦ blue 9

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

Shades of Dark Goldenrod #CB8F09

Tints of Dark Goldenrod #CB8F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.28%

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

R = 57.18%
G = 40.28%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB8F09 (or 0xCB8F09) is known color: Dark Goldenrod. HEX triplet: CB, 8F and 09. RGB value is (203,143,9). Sum of RGB (Red+Green+Blue) = 203+143+9=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8F09 is #3470F6. Grayscale: #929292. Windows color (decimal): -3436791 or 626635. OLE color: 626635.

HSL color Cylindrical-coordinate representation of color #CB8F09: hue angle of 41.44º 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 #CB8F09 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 143 9 -
CMYK 0 0.30 0.96 0.20
HSL 41.44º 0.92% 0.42% -
HSV(B) 41.44º 0.96% 0.8% -
XYZ 34.5 32.36 4.69 -
YUV 145.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 203 143 9 0 0.30 0.96 0.20 41.44 0.92 0.42
Hex CB 8F 9 0 1E 60 14 29 5C 2A
Octal 313 217 11 0 36 140 24 51 134 52
Binary 11001011 10001111 1001 0 11110 1100000 10100 101001 1011100 101010

Color Harmonies of #CB8F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F09

Black with #CB8F09

Text Example


Text Example

White with #CB8F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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