Html Css Color HEX #C4860F Dark Goldenrod

📋 copy color: '#C4860F'

red 196 ◦ green 134 ◦ blue 15

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

Shades of Dark Goldenrod #C4860F

Tints of Dark Goldenrod #C4860F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.35%

R = 56.81%
G = 38.84%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4860F (or 0xC4860F) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 0F. RGB value is (196,134,15). Sum of RGB (Red+Green+Blue) = 196+134+15=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4860F is #3B79F0. Grayscale: #8B8B8B. Windows color (decimal): -3897841 or 1017540. OLE color: 1017540.

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

Color convert

RGB 196 134 15 -
CMYK 0 0.32 0.92 0.23
HSL 39.45º 0.86% 0.41% -
HSV(B) 39.45º 0.92% 0.77% -
XYZ 31.38 28.82 4.36 -
YUV 138.97 58.04 168.68 -
System Red Green Blue C M Y K H S L
Decimal 196 134 15 0 0.32 0.92 0.23 39.45 0.86 0.41
Hex C4 86 F 0 20 5C 17 27 56 29
Octal 304 206 17 0 40 134 27 47 126 51
Binary 11000100 10000110 1111 0 100000 1011100 10111 100111 1010110 101001

Color Harmonies of #C4860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4860F

Black with #C4860F

Text Example


Text Example

White with #C4860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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