Html Css Color HEX #C87406 Dark Goldenrod

📋 copy color: '#C87406'

red 200 ◦ green 116 ◦ blue 6

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

Shades of Dark Goldenrod #C87406

Tints of Dark Goldenrod #C87406

RGB

 RED value IS 200 (78.52% from 255) = 62.11%

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 62.11%
G = 36.02%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C87406 (or 0xC87406) is known color: Dark Goldenrod. HEX triplet: C8, 74 and 06. RGB value is (200,116,6). Sum of RGB (Red+Green+Blue) = 200+116+6=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C87406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87406 is #378BF9. Grayscale: #818181. Windows color (decimal): -3640314 or 423112. OLE color: 423112.

HSL color Cylindrical-coordinate representation of color #C87406: hue angle of 34.02º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C87406 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 6 -
CMYK 0 0.42 0.97 0.22
HSL 34.02º 0.94% 0.4% -
HSV(B) 34.02º 0.97% 0.78% -
XYZ 30.1 24.78 3.37 -
YUV 128.58 58.83 178.94 -
System Red Green Blue C M Y K H S L
Decimal 200 116 6 0 0.42 0.97 0.22 34.02 0.94 0.4
Hex C8 74 6 0 2A 61 16 22 5E 28
Octal 310 164 6 0 52 141 26 42 136 50
Binary 11001000 1110100 110 0 101010 1100001 10110 100010 1011110 101000

Color Harmonies of #C87406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87406

Black with #C87406

Text Example


Text Example

White with #C87406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87406; }

 p { color: rgb(200,116,6); }

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

background-color css

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

 a { background-color: rgb(200,116,6); }

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

border-color css

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

 span { border-color: rgb(200,116,6); }

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