Html Css Color HEX #C88805 Dark Goldenrod

📋 copy color: '#C88805'

red 200 ◦ green 136 ◦ blue 5

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

Shades of Dark Goldenrod #C88805

Tints of Dark Goldenrod #C88805

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.88%

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 58.65%
G = 39.88%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C88805 (or 0xC88805) is known color: Dark Goldenrod. HEX triplet: C8, 88 and 05. RGB value is (200,136,5). Sum of RGB (Red+Green+Blue) = 200+136+5=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C88805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88805 is #3777FA. Grayscale: #8C8C8C. Windows color (decimal): -3635195 or 362696. OLE color: 362696.

HSL color Cylindrical-coordinate representation of color #C88805: hue angle of 40.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C88805 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 5 -
CMYK 0 0.32 0.98 0.22
HSL 40.31º 0.95% 0.4% -
HSV(B) 40.31º 0.98% 0.78% -
XYZ 32.65 29.9 4.19 -
YUV 140.2 51.7 170.65 -
System Red Green Blue C M Y K H S L
Decimal 200 136 5 0 0.32 0.98 0.22 40.31 0.95 0.4
Hex C8 88 5 0 20 62 16 28 5F 28
Octal 310 210 5 0 40 142 26 50 137 50
Binary 11001000 10001000 101 0 100000 1100010 10110 101000 1011111 101000

Color Harmonies of #C88805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88805

Black with #C88805

Text Example


Text Example

White with #C88805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88805; }

 p { color: rgb(200,136,5); }

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

background-color css

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

 a { background-color: rgb(200,136,5); }

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

border-color css

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

 span { border-color: rgb(200,136,5); }

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