Html Css Color HEX #C87F0D Dark Goldenrod

📋 copy color: '#C87F0D'

red 200 ◦ green 127 ◦ blue 13

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

Shades of Dark Goldenrod #C87F0D

Tints of Dark Goldenrod #C87F0D

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

 BLUE value IS 13 (5.47% from 255) = 3.82%

R = 58.82%
G = 37.35%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C87F0D (or 0xC87F0D) is known color: Dark Goldenrod. HEX triplet: C8, 7F and 0D. RGB value is (200,127,13). Sum of RGB (Red+Green+Blue) = 200+127+13=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87F0D is #3780F2. Grayscale: #888888. Windows color (decimal): -3637491 or 884680. OLE color: 884680.

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

Color convert

RGB 200 127 13 -
CMYK 0 0.36 0.94 0.22
HSL 36.58º 0.88% 0.42% -
HSV(B) 36.58º 0.94% 0.78% -
XYZ 31.48 27.49 4.03 -
YUV 135.83 58.68 173.77 -
System Red Green Blue C M Y K H S L
Decimal 200 127 13 0 0.36 0.94 0.22 36.58 0.88 0.42
Hex C8 7F D 0 24 5E 16 25 58 2A
Octal 310 177 15 0 44 136 26 45 130 52
Binary 11001000 1111111 1101 0 100100 1011110 10110 100101 1011000 101010

Color Harmonies of #C87F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F0D

Black with #C87F0D

Text Example


Text Example

White with #C87F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F0D; }

 p { color: rgb(200,127,13); }

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

background-color css

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

 a { background-color: rgb(200,127,13); }

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

border-color css

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

 span { border-color: rgb(200,127,13); }

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