Html Css Color HEX #C49002 Dark Goldenrod

📋 copy color: '#C49002'

red 196 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #C49002

Tints of Dark Goldenrod #C49002

RGB

 RED value IS 196 (76.95% from 255) = 57.31%

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

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

R = 57.31%
G = 42.11%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C49002 (or 0xC49002) is known color: Dark Goldenrod. HEX triplet: C4, 90 and 02. RGB value is (196,144,2). Sum of RGB (Red+Green+Blue) = 196+144+2=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C49002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49002 is #3B6FFD. Grayscale: #8F8F8F. Windows color (decimal): -3895294 or 168132. OLE color: 168132.

HSL color Cylindrical-coordinate representation of color #C49002: hue angle of 43.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C49002 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 2 -
CMYK 0 0.27 0.99 0.23
HSL 43.92º 0.98% 0.39% -
HSV(B) 43.92º 0.99% 0.77% -
XYZ 32.75 31.69 4.45 -
YUV 143.36 48.23 165.55 -
System Red Green Blue C M Y K H S L
Decimal 196 144 2 0 0.27 0.99 0.23 43.92 0.98 0.39
Hex C4 90 2 0 1B 63 17 2C 62 27
Octal 304 220 2 0 33 143 27 54 142 47
Binary 11000100 10010000 10 0 11011 1100011 10111 101100 1100010 100111

Color Harmonies of #C49002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49002

Black with #C49002

Text Example


Text Example

White with #C49002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49002; }

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

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

background-color css

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

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

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

border-color css

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

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

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