Html Css Color HEX #C88511 Dark Goldenrod

📋 copy color: '#C88511'

red 200 ◦ green 133 ◦ blue 17

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

Shades of Dark Goldenrod #C88511

Tints of Dark Goldenrod #C88511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

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

R = 57.14%
G = 38%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C88511 (or 0xC88511) is known color: Dark Goldenrod. HEX triplet: C8, 85 and 11. RGB value is (200,133,17). Sum of RGB (Red+Green+Blue) = 200+133+17=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C88511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88511 is #377AEE. Grayscale: #8C8C8C. Windows color (decimal): -3635951 or 1148360. OLE color: 1148360.

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

Color convert

RGB 200 133 17 -
CMYK 0 0.34 0.92 0.22
HSL 38.03º 0.84% 0.43% -
HSV(B) 38.03º 0.92% 0.78% -
XYZ 32.31 29.09 4.44 -
YUV 139.81 58.7 170.93 -
System Red Green Blue C M Y K H S L
Decimal 200 133 17 0 0.34 0.92 0.22 38.03 0.84 0.43
Hex C8 85 11 0 22 5C 16 26 54 2B
Octal 310 205 21 0 42 134 26 46 124 53
Binary 11001000 10000101 10001 0 100010 1011100 10110 100110 1010100 101011

Color Harmonies of #C88511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88511

Black with #C88511

Text Example


Text Example

White with #C88511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88511; }

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

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

background-color css

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

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

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

border-color css

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

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

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