Html Css Color HEX #C98002 Dark Goldenrod

📋 copy color: '#C98002'

red 201 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #C98002

Tints of Dark Goldenrod #C98002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 60.73%
G = 38.67%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C98002 (or 0xC98002) is known color: Dark Goldenrod. HEX triplet: C9, 80 and 02. RGB value is (201,128,2). Sum of RGB (Red+Green+Blue) = 201+128+2=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C98002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98002 is #367FFD. Grayscale: #888888. Windows color (decimal): -3571710 or 164041. OLE color: 164041.

HSL color Cylindrical-coordinate representation of color #C98002: hue angle of 37.99º 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 #C98002 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 2 -
CMYK 0 0.36 0.99 0.21
HSL 37.99º 0.98% 0.4% -
HSV(B) 37.99º 0.99% 0.79% -
XYZ 31.82 27.86 3.76 -
YUV 135.46 52.68 174.75 -
System Red Green Blue C M Y K H S L
Decimal 201 128 2 0 0.36 0.99 0.21 37.99 0.98 0.4
Hex C9 80 2 0 24 63 15 26 62 28
Octal 311 200 2 0 44 143 25 46 142 50
Binary 11001001 10000000 10 0 100100 1100011 10101 100110 1100010 101000

Color Harmonies of #C98002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98002

Black with #C98002

Text Example


Text Example

White with #C98002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98002; }

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

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

background-color css

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

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

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

border-color css

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

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

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