Html Css Color HEX #C88110 Dark Goldenrod

📋 copy color: '#C88110'

red 200 ◦ green 129 ◦ blue 16

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

Shades of Dark Goldenrod #C88110

Tints of Dark Goldenrod #C88110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.64%

R = 57.97%
G = 37.39%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C88110 (or 0xC88110) is known color: Dark Goldenrod. HEX triplet: C8, 81 and 10. RGB value is (200,129,16). Sum of RGB (Red+Green+Blue) = 200+129+16=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C88110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88110 is #377EEF. Grayscale: #898989. Windows color (decimal): -3636976 or 1081800. OLE color: 1081800.

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

Color convert

RGB 200 129 16 -
CMYK 0 0.36 0.92 0.22
HSL 36.85º 0.85% 0.42% -
HSV(B) 36.85º 0.92% 0.78% -
XYZ 31.76 28.02 4.22 -
YUV 137.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 200 129 16 0 0.36 0.92 0.22 36.85 0.85 0.42
Hex C8 81 10 0 24 5C 16 25 55 2A
Octal 310 201 20 0 44 134 26 45 125 52
Binary 11001000 10000001 10000 0 100100 1011100 10110 100101 1010101 101010

Color Harmonies of #C88110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88110

Black with #C88110

Text Example


Text Example

White with #C88110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88110; }

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

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

background-color css

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

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

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

border-color css

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

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

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