Html Css Color HEX #C87D0E Dark Goldenrod

📋 copy color: '#C87D0E'

red 200 ◦ green 125 ◦ blue 14

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

Shades of Dark Goldenrod #C87D0E

Tints of Dark Goldenrod #C87D0E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.87%

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 59%
G = 36.87%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C87D0E (or 0xC87D0E) is known color: Dark Goldenrod. HEX triplet: C8, 7D and 0E. RGB value is (200,125,14). Sum of RGB (Red+Green+Blue) = 200+125+14=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87D0E is #3782F1. Grayscale: #878787. Windows color (decimal): -3638002 or 949704. OLE color: 949704.

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

Color convert

RGB 200 125 14 -
CMYK 0 0.38 0.93 0.22
HSL 35.81º 0.87% 0.42% -
HSV(B) 35.81º 0.93% 0.78% -
XYZ 31.23 26.98 3.98 -
YUV 134.77 59.85 174.53 -
System Red Green Blue C M Y K H S L
Decimal 200 125 14 0 0.38 0.93 0.22 35.81 0.87 0.42
Hex C8 7D E 0 26 5D 16 24 57 2A
Octal 310 175 16 0 46 135 26 44 127 52
Binary 11001000 1111101 1110 0 100110 1011101 10110 100100 1010111 101010

Color Harmonies of #C87D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D0E

Black with #C87D0E

Text Example


Text Example

White with #C87D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D0E; }

 p { color: rgb(200,125,14); }

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

background-color css

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

 a { background-color: rgb(200,125,14); }

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

border-color css

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

 span { border-color: rgb(200,125,14); }

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