Html Css Color HEX #C8870F Dark Goldenrod

📋 copy color: '#C8870F'

red 200 ◦ green 135 ◦ blue 15

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

Shades of Dark Goldenrod #C8870F

Tints of Dark Goldenrod #C8870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

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

R = 57.14%
G = 38.57%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8870F (or 0xC8870F) is known color: Dark Goldenrod. HEX triplet: C8, 87 and 0F. RGB value is (200,135,15). Sum of RGB (Red+Green+Blue) = 200+135+15=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8870F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8870F is #3778F0. Grayscale: #8D8D8D. Windows color (decimal): -3635441 or 1017800. OLE color: 1017800.

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

Color convert

RGB 200 135 15 -
CMYK 0 0.32 0.92 0.22
HSL 38.92º 0.86% 0.42% -
HSV(B) 38.92º 0.93% 0.78% -
XYZ 32.57 29.64 4.46 -
YUV 140.76 57.03 170.26 -
System Red Green Blue C M Y K H S L
Decimal 200 135 15 0 0.32 0.92 0.22 38.92 0.86 0.42
Hex C8 87 F 0 20 5C 16 27 56 2A
Octal 310 207 17 0 40 134 26 47 126 52
Binary 11001000 10000111 1111 0 100000 1011100 10110 100111 1010110 101010

Color Harmonies of #C8870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8870F

Black with #C8870F

Text Example


Text Example

White with #C8870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8870F; }

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

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

background-color css

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

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

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

border-color css

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

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

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