Html Css Color HEX #C7A22D Nugget

📋 copy color: '#C7A22D'

red 199 ◦ green 162 ◦ blue 45

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

Shades of Nugget #C7A22D

Tints of Nugget #C7A22D

RGB

 RED value IS 199 (78.13% from 255) = 49.01%

 GREEN value IS 162 (63.67% from 255) = 39.9%

 BLUE value IS 45 (17.97% from 255) = 11.08%

R = 49.01%
G = 39.9%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7A22D (or 0xC7A22D) is known color: Nugget. HEX triplet: C7, A2 and 2D. RGB value is (199,162,45). Sum of RGB (Red+Green+Blue) = 199+162+45=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A22D is #385DD2. Grayscale: #A0A0A0. Windows color (decimal): -3694035 or 2990791. OLE color: 2990791.

HSL color Cylindrical-coordinate representation of color #C7A22D: hue angle of 45.58º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7A22D is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 162 45 -
CMYK 0 0.19 0.77 0.22
HSL 45.58º 0.63% 0.48% -
HSV(B) 45.58º 0.77% 0.78% -
XYZ 36.95 38.17 7.9 -
YUV 159.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 199 162 45 0 0.19 0.77 0.22 45.58 0.63 0.48
Hex C7 A2 2D 0 13 4D 16 2E 3F 30
Octal 307 242 55 0 23 115 26 56 77 60
Binary 11000111 10100010 101101 0 10011 1001101 10110 101110 111111 110000

Color Harmonies of #C7A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A22D

Black with #C7A22D

Text Example


Text Example

White with #C7A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A22D; }

 p { color: rgb(199,162,45); }

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

background-color css

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

 a { background-color: rgb(199,162,45); }

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

border-color css

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

 span { border-color: rgb(199,162,45); }

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