Html Css Color HEX #C87400 Dark Goldenrod

📋 copy color: '#C87400'

red 200 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #C87400

Tints of Dark Goldenrod #C87400

RGB

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

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

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

R = 63.29%
G = 36.71%
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

#C87400 (or 0xC87400) is known color: Dark Goldenrod. HEX triplet: C8, 74 and 00. RGB value is (200,116,0). Sum of RGB (Red+Green+Blue) = 200+116+0=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C87400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87400 is #378BFF. Grayscale: #808080. Windows color (decimal): -3640320 or 29896. OLE color: 29896.

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

Color convert

RGB 200 116 0 -
CMYK 0 0.42 1 0.22
HSL 34.8º 1% 0.39% -
HSV(B) 34.8º 1% 0.78% -
XYZ 30.06 24.77 3.2 -
YUV 127.89 55.83 179.43 -
System Red Green Blue C M Y K H S L
Decimal 200 116 0 0 0.42 1 0.22 34.8 1 0.39
Hex C8 74 0 0 2A 64 16 23 64 27
Octal 310 164 0 0 52 144 26 43 144 47
Binary 11001000 1110100 0 0 101010 1100100 10110 100011 1100100 100111

Color Harmonies of #C87400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87400

Black with #C87400

Text Example


Text Example

White with #C87400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87400; }

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

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

background-color css

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

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

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

border-color css

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

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

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