Html Css Color HEX #C87500 Dark Goldenrod

📋 copy color: '#C87500'

red 200 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #C87500

Tints of Dark Goldenrod #C87500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.09%
G = 36.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C87500 (or 0xC87500) is known color: Dark Goldenrod. HEX triplet: C8, 75 and 00. RGB value is (200,117,0). Sum of RGB (Red+Green+Blue) = 200+117+0=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C87500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87500 is #378AFF. Grayscale: #818181. Windows color (decimal): -3640064 or 30152. OLE color: 30152.

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

Color convert

RGB 200 117 0 -
CMYK 0 0.42 1 0.22
HSL 35.1º 1% 0.39% -
HSV(B) 35.1º 1% 0.78% -
XYZ 30.18 25 3.24 -
YUV 128.48 55.5 179.01 -
System Red Green Blue C M Y K H S L
Decimal 200 117 0 0 0.42 1 0.22 35.1 1 0.39
Hex C8 75 0 0 2A 64 16 23 64 27
Octal 310 165 0 0 52 144 26 43 144 47
Binary 11001000 1110101 0 0 101010 1100100 10110 100011 1100100 100111

Color Harmonies of #C87500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87500

Black with #C87500

Text Example


Text Example

White with #C87500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87500; }

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

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

background-color css

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

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

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

border-color css

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

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

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