Html Css Color HEX #C87D0A Dark Goldenrod

📋 copy color: '#C87D0A'

red 200 ◦ green 125 ◦ blue 10

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

Shades of Dark Goldenrod #C87D0A

Tints of Dark Goldenrod #C87D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 59.7%
G = 37.31%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C87D0A (or 0xC87D0A) is known color: Dark Goldenrod. HEX triplet: C8, 7D and 0A. RGB value is (200,125,10). Sum of RGB (Red+Green+Blue) = 200+125+10=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87D0A is #3782F5. Grayscale: #868686. Windows color (decimal): -3638006 or 687560. OLE color: 687560.

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

Color convert

RGB 200 125 10 -
CMYK 0 0.38 0.95 0.22
HSL 36.32º 0.9% 0.41% -
HSV(B) 36.32º 0.95% 0.78% -
XYZ 31.21 26.97 3.85 -
YUV 134.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 200 125 10 0 0.38 0.95 0.22 36.32 0.9 0.41
Hex C8 7D A 0 26 5F 16 24 5A 29
Octal 310 175 12 0 46 137 26 44 132 51
Binary 11001000 1111101 1010 0 100110 1011111 10110 100100 1011010 101001

Color Harmonies of #C87D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D0A

Black with #C87D0A

Text Example


Text Example

White with #C87D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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