Html Css Color HEX #CB860D Dark Goldenrod

📋 copy color: '#CB860D'

red 203 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #CB860D

Tints of Dark Goldenrod #CB860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 58%
G = 38.29%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB860D (or 0xCB860D) is known color: Dark Goldenrod. HEX triplet: CB, 86 and 0D. RGB value is (203,134,13). Sum of RGB (Red+Green+Blue) = 203+134+13=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB860D is #3479F2. Grayscale: #8D8D8D. Windows color (decimal): -3439091 or 886475. OLE color: 886475.

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

Color convert

RGB 203 134 13 -
CMYK 0 0.34 0.94 0.20
HSL 38.21º 0.88% 0.42% -
HSV(B) 38.21º 0.94% 0.8% -
XYZ 33.23 29.78 4.38 -
YUV 140.84 55.86 172.34 -
System Red Green Blue C M Y K H S L
Decimal 203 134 13 0 0.34 0.94 0.20 38.21 0.88 0.42
Hex CB 86 D 0 22 5E 14 26 58 2A
Octal 313 206 15 0 42 136 24 46 130 52
Binary 11001011 10000110 1101 0 100010 1011110 10100 100110 1011000 101010

Color Harmonies of #CB860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB860D

Black with #CB860D

Text Example


Text Example

White with #CB860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB860D; }

 p { color: rgb(203,134,13); }

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

background-color css

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

 a { background-color: rgb(203,134,13); }

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

border-color css

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

 span { border-color: rgb(203,134,13); }

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