Html Css Color HEX #C0860D Dark Goldenrod

📋 copy color: '#C0860D'

red 192 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #C0860D

Tints of Dark Goldenrod #C0860D

RGB

 RED value IS 192 (75.39% from 255) = 56.64%

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

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

R = 56.64%
G = 39.53%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0860D (or 0xC0860D) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 0D. RGB value is (192,134,13). Sum of RGB (Red+Green+Blue) = 192+134+13=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0860D is #3F79F2. Grayscale: #8A8A8A. Windows color (decimal): -4159987 or 886464. OLE color: 886464.

HSL color Cylindrical-coordinate representation of color #C0860D: hue angle of 40.56º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0860D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 13 -
CMYK 0 0.30 0.93 0.25
HSL 40.56º 0.87% 0.4% -
HSV(B) 40.56º 0.93% 0.75% -
XYZ 30.34 28.29 4.24 -
YUV 137.55 57.72 166.84 -
System Red Green Blue C M Y K H S L
Decimal 192 134 13 0 0.30 0.93 0.25 40.56 0.87 0.4
Hex C0 86 D 0 1E 5D 19 29 57 28
Octal 300 206 15 0 36 135 31 51 127 50
Binary 11000000 10000110 1101 0 11110 1011101 11001 101001 1010111 101000

Color Harmonies of #C0860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0860D

Black with #C0860D

Text Example


Text Example

White with #C0860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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