Html Css Color HEX #C87605 Dark Goldenrod

📋 copy color: '#C87605'

red 200 ◦ green 118 ◦ blue 5

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

Shades of Dark Goldenrod #C87605

Tints of Dark Goldenrod #C87605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 61.92%
G = 36.53%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C87605 (or 0xC87605) is known color: Dark Goldenrod. HEX triplet: C8, 76 and 05. RGB value is (200,118,5). Sum of RGB (Red+Green+Blue) = 200+118+5=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C87605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87605 is #3789FA. Grayscale: #828282. Windows color (decimal): -3639803 or 358088. OLE color: 358088.

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

Color convert

RGB 200 118 5 -
CMYK 0 0.41 0.98 0.22
HSL 34.77º 0.95% 0.4% -
HSV(B) 34.77º 0.98% 0.78% -
XYZ 30.33 25.25 3.42 -
YUV 129.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 200 118 5 0 0.41 0.98 0.22 34.77 0.95 0.4
Hex C8 76 5 0 29 62 16 23 5F 28
Octal 310 166 5 0 51 142 26 43 137 50
Binary 11001000 1110110 101 0 101001 1100010 10110 100011 1011111 101000

Color Harmonies of #C87605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87605

Black with #C87605

Text Example


Text Example

White with #C87605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87605; }

 p { color: rgb(200,118,5); }

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

background-color css

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

 a { background-color: rgb(200,118,5); }

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

border-color css

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

 span { border-color: rgb(200,118,5); }

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