Html Css Color HEX #CB8A0C Dark Goldenrod

📋 copy color: '#CB8A0C'

red 203 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #CB8A0C

Tints of Dark Goldenrod #CB8A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.09%

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 57.51%
G = 39.09%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB8A0C (or 0xCB8A0C) is known color: Dark Goldenrod. HEX triplet: CB, 8A and 0C. RGB value is (203,138,12). Sum of RGB (Red+Green+Blue) = 203+138+12=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8A0C is #3475F3. Grayscale: #8F8F8F. Windows color (decimal): -3438068 or 821963. OLE color: 821963.

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

Color convert

RGB 203 138 12 -
CMYK 0 0.32 0.94 0.20
HSL 39.58º 0.89% 0.42% -
HSV(B) 39.58º 0.94% 0.8% -
XYZ 33.78 30.9 4.53 -
YUV 143.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 203 138 12 0 0.32 0.94 0.20 39.58 0.89 0.42
Hex CB 8A C 0 20 5E 14 28 59 2A
Octal 313 212 14 0 40 136 24 50 131 52
Binary 11001011 10001010 1100 0 100000 1011110 10100 101000 1011001 101010

Color Harmonies of #CB8A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A0C

Black with #CB8A0C

Text Example


Text Example

White with #CB8A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A0C; }

 p { color: rgb(203,138,12); }

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

background-color css

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

 a { background-color: rgb(203,138,12); }

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

border-color css

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

 span { border-color: rgb(203,138,12); }

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