Html Css Color HEX #C88802 Dark Goldenrod

📋 copy color: '#C88802'

red 200 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #C88802

Tints of Dark Goldenrod #C88802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 59.17%
G = 40.24%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C88802 (or 0xC88802) is known color: Dark Goldenrod. HEX triplet: C8, 88 and 02. RGB value is (200,136,2). Sum of RGB (Red+Green+Blue) = 200+136+2=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C88802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88802 is #3777FD. Grayscale: #8C8C8C. Windows color (decimal): -3635198 or 166088. OLE color: 166088.

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

Color convert

RGB 200 136 2 -
CMYK 0 0.32 0.99 0.22
HSL 40.61º 0.98% 0.4% -
HSV(B) 40.61º 0.99% 0.78% -
XYZ 32.63 29.89 4.11 -
YUV 139.86 50.2 170.9 -
System Red Green Blue C M Y K H S L
Decimal 200 136 2 0 0.32 0.99 0.22 40.61 0.98 0.4
Hex C8 88 2 0 20 63 16 29 62 28
Octal 310 210 2 0 40 143 26 51 142 50
Binary 11001000 10001000 10 0 100000 1100011 10110 101001 1100010 101000

Color Harmonies of #C88802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88802

Black with #C88802

Text Example


Text Example

White with #C88802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88802; }

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

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

background-color css

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

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

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

border-color css

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

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

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