Html Css Color HEX #C99002 Dark Goldenrod

📋 copy color: '#C99002'

red 201 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #C99002

Tints of Dark Goldenrod #C99002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 57.93%
G = 41.5%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C99002 (or 0xC99002) is known color: Dark Goldenrod. HEX triplet: C9, 90 and 02. RGB value is (201,144,2). Sum of RGB (Red+Green+Blue) = 201+144+2=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C99002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99002 is #366FFD. Grayscale: #919191. Windows color (decimal): -3567614 or 168137. OLE color: 168137.

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

Color convert

RGB 201 144 2 -
CMYK 0 0.28 0.99 0.21
HSL 42.81º 0.98% 0.4% -
HSV(B) 42.81º 0.99% 0.79% -
XYZ 34.07 32.37 4.51 -
YUV 144.86 47.38 168.05 -
System Red Green Blue C M Y K H S L
Decimal 201 144 2 0 0.28 0.99 0.21 42.81 0.98 0.4
Hex C9 90 2 0 1C 63 15 2B 62 28
Octal 311 220 2 0 34 143 25 53 142 50
Binary 11001001 10010000 10 0 11100 1100011 10101 101011 1100010 101000

Color Harmonies of #C99002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99002

Black with #C99002

Text Example


Text Example

White with #C99002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99002; }

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

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

background-color css

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

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

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

border-color css

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

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

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