Html Css Color HEX #C8810E Dark Goldenrod

📋 copy color: '#C8810E'

red 200 ◦ green 129 ◦ blue 14

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

Shades of Dark Goldenrod #C8810E

Tints of Dark Goldenrod #C8810E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.61%

 BLUE value IS 14 (5.86% from 255) = 4.08%

R = 58.31%
G = 37.61%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8810E (or 0xC8810E) is known color: Dark Goldenrod. HEX triplet: C8, 81 and 0E. RGB value is (200,129,14). Sum of RGB (Red+Green+Blue) = 200+129+14=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8810E is #377EF1. Grayscale: #898989. Windows color (decimal): -3636978 or 950728. OLE color: 950728.

HSL color Cylindrical-coordinate representation of color #C8810E: hue angle of 37.1º degrees, saturation: 0.87, 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 #C8810E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 14 -
CMYK 0 0.36 0.93 0.22
HSL 37.1º 0.87% 0.42% -
HSV(B) 37.1º 0.93% 0.78% -
XYZ 31.75 28.01 4.15 -
YUV 137.12 58.52 172.85 -
System Red Green Blue C M Y K H S L
Decimal 200 129 14 0 0.36 0.93 0.22 37.1 0.87 0.42
Hex C8 81 E 0 24 5D 16 25 57 2A
Octal 310 201 16 0 44 135 26 45 127 52
Binary 11001000 10000001 1110 0 100100 1011101 10110 100101 1010111 101010

Color Harmonies of #C8810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8810E

Black with #C8810E

Text Example


Text Example

White with #C8810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8810E; }

 p { color: rgb(200,129,14); }

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

background-color css

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

 a { background-color: rgb(200,129,14); }

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

border-color css

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

 span { border-color: rgb(200,129,14); }

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