Html Css Color HEX #C87506 Dark Goldenrod

📋 copy color: '#C87506'

red 200 ◦ green 117 ◦ blue 6

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

Shades of Dark Goldenrod #C87506

Tints of Dark Goldenrod #C87506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

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

R = 61.92%
G = 36.22%
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

#C87506 (or 0xC87506) is known color: Dark Goldenrod. HEX triplet: C8, 75 and 06. RGB value is (200,117,6). Sum of RGB (Red+Green+Blue) = 200+117+6=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C87506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87506 is #378AF9. Grayscale: #818181. Windows color (decimal): -3640058 or 423368. OLE color: 423368.

HSL color Cylindrical-coordinate representation of color #C87506: hue angle of 34.33º 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 #C87506 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 6 -
CMYK 0 0.42 0.97 0.22
HSL 34.33º 0.94% 0.4% -
HSV(B) 34.33º 0.97% 0.78% -
XYZ 30.21 25.02 3.41 -
YUV 129.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 200 117 6 0 0.42 0.97 0.22 34.33 0.94 0.4
Hex C8 75 6 0 2A 61 16 22 5E 28
Octal 310 165 6 0 52 141 26 42 136 50
Binary 11001000 1110101 110 0 101010 1100001 10110 100010 1011110 101000

Color Harmonies of #C87506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87506

Black with #C87506

Text Example


Text Example

White with #C87506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87506; }

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

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

background-color css

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

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

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

border-color css

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

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

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