Html Css Color HEX #CB8C09 Dark Goldenrod

📋 copy color: '#CB8C09'

red 203 ◦ green 140 ◦ blue 9

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

Shades of Dark Goldenrod #CB8C09

Tints of Dark Goldenrod #CB8C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.77%

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

R = 57.67%
G = 39.77%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB8C09 (or 0xCB8C09) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 09. RGB value is (203,140,9). Sum of RGB (Red+Green+Blue) = 203+140+9=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C09 is #3473F6. Grayscale: #909090. Windows color (decimal): -3437559 or 625867. OLE color: 625867.

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

Color convert

RGB 203 140 9 -
CMYK 0 0.31 0.96 0.20
HSL 40.52º 0.92% 0.42% -
HSV(B) 40.52º 0.96% 0.8% -
XYZ 34.06 31.47 4.54 -
YUV 143.9 51.87 170.15 -
System Red Green Blue C M Y K H S L
Decimal 203 140 9 0 0.31 0.96 0.20 40.52 0.92 0.42
Hex CB 8C 9 0 1F 60 14 29 5C 2A
Octal 313 214 11 0 37 140 24 51 134 52
Binary 11001011 10001100 1001 0 11111 1100000 10100 101001 1011100 101010

Color Harmonies of #CB8C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C09

Black with #CB8C09

Text Example


Text Example

White with #CB8C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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