Html Css Color HEX #C8810D Dark Goldenrod

📋 copy color: '#C8810D'

red 200 ◦ green 129 ◦ blue 13

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

Shades of Dark Goldenrod #C8810D

Tints of Dark Goldenrod #C8810D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.8%

R = 58.48%
G = 37.72%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8810D (or 0xC8810D) is known color: Dark Goldenrod. HEX triplet: C8, 81 and 0D. RGB value is (200,129,13). Sum of RGB (Red+Green+Blue) = 200+129+13=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8810D is #377EF2. Grayscale: #898989. Windows color (decimal): -3636979 or 885192. OLE color: 885192.

HSL color Cylindrical-coordinate representation of color #C8810D: hue angle of 37.22º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8810D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 13 -
CMYK 0 0.36 0.94 0.22
HSL 37.22º 0.88% 0.42% -
HSV(B) 37.22º 0.94% 0.78% -
XYZ 31.74 28.01 4.11 -
YUV 137.01 58.02 172.93 -
System Red Green Blue C M Y K H S L
Decimal 200 129 13 0 0.36 0.94 0.22 37.22 0.88 0.42
Hex C8 81 D 0 24 5E 16 25 58 2A
Octal 310 201 15 0 44 136 26 45 130 52
Binary 11001000 10000001 1101 0 100100 1011110 10110 100101 1011000 101010

Color Harmonies of #C8810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8810D

Black with #C8810D

Text Example


Text Example

White with #C8810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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