Html Css Color HEX #C87D0F Dark Goldenrod

📋 copy color: '#C87D0F'

red 200 ◦ green 125 ◦ blue 15

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

Shades of Dark Goldenrod #C87D0F

Tints of Dark Goldenrod #C87D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 58.82%
G = 36.76%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87D0F (or 0xC87D0F) is known color: Dark Goldenrod. HEX triplet: C8, 7D and 0F. RGB value is (200,125,15). Sum of RGB (Red+Green+Blue) = 200+125+15=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87D0F is #3782F0. Grayscale: #878787. Windows color (decimal): -3638001 or 1015240. OLE color: 1015240.

HSL color Cylindrical-coordinate representation of color #C87D0F: hue angle of 35.68º degrees, saturation: 0.86, 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 #C87D0F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 15 -
CMYK 0 0.38 0.92 0.22
HSL 35.68º 0.86% 0.42% -
HSV(B) 35.68º 0.93% 0.78% -
XYZ 31.24 26.98 4.01 -
YUV 134.89 60.35 174.44 -
System Red Green Blue C M Y K H S L
Decimal 200 125 15 0 0.38 0.92 0.22 35.68 0.86 0.42
Hex C8 7D F 0 26 5C 16 24 56 2A
Octal 310 175 17 0 46 134 26 44 126 52
Binary 11001000 1111101 1111 0 100110 1011100 10110 100100 1010110 101010

Color Harmonies of #C87D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D0F

Black with #C87D0F

Text Example


Text Example

White with #C87D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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