Html Css Color HEX #C98802 Dark Goldenrod

📋 copy color: '#C98802'

red 201 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #C98802

Tints of Dark Goldenrod #C98802

RGB

 RED value IS 201 (78.91% from 255) = 59.29%

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

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

R = 59.29%
G = 40.12%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C98802 (or 0xC98802) is known color: Dark Goldenrod. HEX triplet: C9, 88 and 02. RGB value is (201,136,2). Sum of RGB (Red+Green+Blue) = 201+136+2=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C98802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98802 is #3677FD. Grayscale: #8C8C8C. Windows color (decimal): -3569662 or 166089. OLE color: 166089.

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

Color convert

RGB 201 136 2 -
CMYK 0 0.32 0.99 0.21
HSL 40.4º 0.98% 0.4% -
HSV(B) 40.4º 0.99% 0.79% -
XYZ 32.9 30.03 4.12 -
YUV 140.16 50.03 171.4 -
System Red Green Blue C M Y K H S L
Decimal 201 136 2 0 0.32 0.99 0.21 40.4 0.98 0.4
Hex C9 88 2 0 20 63 15 28 62 28
Octal 311 210 2 0 40 143 25 50 142 50
Binary 11001001 10001000 10 0 100000 1100011 10101 101000 1100010 101000

Color Harmonies of #C98802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98802

Black with #C98802

Text Example


Text Example

White with #C98802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98802; }

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

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

background-color css

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

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

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

border-color css

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

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

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