Html Css Color HEX #C88211 Dark Goldenrod

📋 copy color: '#C88211'

red 200 ◦ green 130 ◦ blue 17

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

Shades of Dark Goldenrod #C88211

Tints of Dark Goldenrod #C88211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 57.64%
G = 37.46%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C88211 (or 0xC88211) is known color: Dark Goldenrod. HEX triplet: C8, 82 and 11. RGB value is (200,130,17). Sum of RGB (Red+Green+Blue) = 200+130+17=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C88211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88211 is #377DEE. Grayscale: #8A8A8A. Windows color (decimal): -3636719 or 1147592. OLE color: 1147592.

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

Color convert

RGB 200 130 17 -
CMYK 0 0.35 0.92 0.22
HSL 37.05º 0.84% 0.43% -
HSV(B) 37.05º 0.92% 0.78% -
XYZ 31.9 28.29 4.31 -
YUV 138.05 59.69 172.19 -
System Red Green Blue C M Y K H S L
Decimal 200 130 17 0 0.35 0.92 0.22 37.05 0.84 0.43
Hex C8 82 11 0 23 5C 16 25 54 2B
Octal 310 202 21 0 43 134 26 45 124 53
Binary 11001000 10000010 10001 0 100011 1011100 10110 100101 1010100 101011

Color Harmonies of #C88211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88211

Black with #C88211

Text Example


Text Example

White with #C88211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88211; }

 p { color: rgb(200,130,17); }

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

background-color css

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

 a { background-color: rgb(200,130,17); }

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

border-color css

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

 span { border-color: rgb(200,130,17); }

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