Html Css Color HEX #C8890F Dark Goldenrod

📋 copy color: '#C8890F'

red 200 ◦ green 137 ◦ blue 15

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

Shades of Dark Goldenrod #C8890F

Tints of Dark Goldenrod #C8890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.92%

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

R = 56.82%
G = 38.92%
B = 4.26%

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

#C8890F (or 0xC8890F) is known color: Dark Goldenrod. HEX triplet: C8, 89 and 0F. RGB value is (200,137,15). Sum of RGB (Red+Green+Blue) = 200+137+15=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C8890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8890F is #3776F0. Grayscale: #8E8E8E. Windows color (decimal): -3634929 or 1018312. OLE color: 1018312.

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

Color convert

RGB 200 137 15 -
CMYK 0 0.32 0.92 0.22
HSL 39.57º 0.86% 0.42% -
HSV(B) 39.57º 0.93% 0.78% -
XYZ 32.85 30.21 4.55 -
YUV 141.93 56.37 169.42 -
System Red Green Blue C M Y K H S L
Decimal 200 137 15 0 0.32 0.92 0.22 39.57 0.86 0.42
Hex C8 89 F 0 20 5C 16 28 56 2A
Octal 310 211 17 0 40 134 26 50 126 52
Binary 11001000 10001001 1111 0 100000 1011100 10110 101000 1010110 101010

Color Harmonies of #C8890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8890F

Black with #C8890F

Text Example


Text Example

White with #C8890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8890F; }

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

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

background-color css

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

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

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

border-color css

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

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

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