Html Css Color HEX #C49A02 Dark Goldenrod

📋 copy color: '#C49A02'

red 196 ◦ green 154 ◦ blue 2

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

Shades of Dark Goldenrod #C49A02

Tints of Dark Goldenrod #C49A02

RGB

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

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

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

R = 55.68%
G = 43.75%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C49A02 (or 0xC49A02) is known color: Dark Goldenrod. HEX triplet: C4, 9A and 02. RGB value is (196,154,2). Sum of RGB (Red+Green+Blue) = 196+154+2=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49A02 is #3B65FD. Grayscale: #959595. Windows color (decimal): -3892734 or 170692. OLE color: 170692.

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

Color convert

RGB 196 154 2 -
CMYK 0 0.21 0.99 0.23
HSL 47.01º 0.98% 0.39% -
HSV(B) 47.01º 0.99% 0.77% -
XYZ 34.33 34.85 4.97 -
YUV 149.23 44.91 161.36 -
System Red Green Blue C M Y K H S L
Decimal 196 154 2 0 0.21 0.99 0.23 47.01 0.98 0.39
Hex C4 9A 2 0 15 63 17 2F 62 27
Octal 304 232 2 0 25 143 27 57 142 47
Binary 11000100 10011010 10 0 10101 1100011 10111 101111 1100010 100111

Color Harmonies of #C49A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49A02

Black with #C49A02

Text Example


Text Example

White with #C49A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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