Html Css Color HEX #C99A02 Dark Goldenrod

📋 copy color: '#C99A02'

red 201 ◦ green 154 ◦ blue 2

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

Shades of Dark Goldenrod #C99A02

Tints of Dark Goldenrod #C99A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

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

R = 56.3%
G = 43.14%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C99A02 (or 0xC99A02) is known color: Dark Goldenrod. HEX triplet: C9, 9A and 02. RGB value is (201,154,2). Sum of RGB (Red+Green+Blue) = 201+154+2=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99A02 is #3665FD. Grayscale: #979797. Windows color (decimal): -3565054 or 170697. OLE color: 170697.

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

Color convert

RGB 201 154 2 -
CMYK 0 0.23 0.99 0.21
HSL 45.83º 0.98% 0.4% -
HSV(B) 45.83º 0.99% 0.79% -
XYZ 35.65 35.53 5.04 -
YUV 150.73 44.07 163.86 -
System Red Green Blue C M Y K H S L
Decimal 201 154 2 0 0.23 0.99 0.21 45.83 0.98 0.4
Hex C9 9A 2 0 17 63 15 2E 62 28
Octal 311 232 2 0 27 143 25 56 142 50
Binary 11001001 10011010 10 0 10111 1100011 10101 101110 1100010 101000

Color Harmonies of #C99A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A02

Black with #C99A02

Text Example


Text Example

White with #C99A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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