Html Css Color HEX #CB8C0C Dark Goldenrod

📋 copy color: '#CB8C0C'

red 203 ◦ green 140 ◦ blue 12

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

Shades of Dark Goldenrod #CB8C0C

Tints of Dark Goldenrod #CB8C0C

RGB

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

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

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

R = 57.18%
G = 39.44%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB8C0C (or 0xCB8C0C) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 0C. RGB value is (203,140,12). Sum of RGB (Red+Green+Blue) = 203+140+12=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C0C is #3473F3. Grayscale: #909090. Windows color (decimal): -3437556 or 822475. OLE color: 822475.

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

Color convert

RGB 203 140 12 -
CMYK 0 0.31 0.94 0.20
HSL 40.21º 0.89% 0.42% -
HSV(B) 40.21º 0.94% 0.8% -
XYZ 34.07 31.48 4.63 -
YUV 144.25 53.37 169.91 -
System Red Green Blue C M Y K H S L
Decimal 203 140 12 0 0.31 0.94 0.20 40.21 0.89 0.42
Hex CB 8C C 0 1F 5E 14 28 59 2A
Octal 313 214 14 0 37 136 24 50 131 52
Binary 11001011 10001100 1100 0 11111 1011110 10100 101000 1011001 101010

Color Harmonies of #CB8C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C0C

Black with #CB8C0C

Text Example


Text Example

White with #CB8C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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