Html Css Color HEX #C4860D Dark Goldenrod

📋 copy color: '#C4860D'

red 196 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #C4860D

Tints of Dark Goldenrod #C4860D

RGB

 RED value IS 196 (76.95% from 255) = 57.14%

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

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

R = 57.14%
G = 39.07%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4860D (or 0xC4860D) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 0D. RGB value is (196,134,13). Sum of RGB (Red+Green+Blue) = 196+134+13=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4860D is #3B79F2. Grayscale: #8B8B8B. Windows color (decimal): -3897843 or 886468. OLE color: 886468.

HSL color Cylindrical-coordinate representation of color #C4860D: hue angle of 39.67º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4860D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 13 -
CMYK 0 0.32 0.93 0.23
HSL 39.67º 0.88% 0.41% -
HSV(B) 39.67º 0.93% 0.77% -
XYZ 31.36 28.82 4.29 -
YUV 138.74 57.04 168.84 -
System Red Green Blue C M Y K H S L
Decimal 196 134 13 0 0.32 0.93 0.23 39.67 0.88 0.41
Hex C4 86 D 0 20 5D 17 28 58 29
Octal 304 206 15 0 40 135 27 50 130 51
Binary 11000100 10000110 1101 0 100000 1011101 10111 101000 1011000 101001

Color Harmonies of #C4860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4860D

Black with #C4860D

Text Example


Text Example

White with #C4860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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