Html Css Color HEX #C99D2D Nugget

📋 copy color: '#C99D2D'

red 201 ◦ green 157 ◦ blue 45

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

Shades of Nugget #C99D2D

Tints of Nugget #C99D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.96%

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

R = 49.88%
G = 38.96%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C99D2D (or 0xC99D2D) is known color: Nugget. HEX triplet: C9, 9D and 2D. RGB value is (201,157,45). Sum of RGB (Red+Green+Blue) = 201+157+45=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D2D is #3662D2. Grayscale: #9D9D9D. Windows color (decimal): -3564243 or 2989513. OLE color: 2989513.

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

Color convert

RGB 201 157 45 -
CMYK 0 0.22 0.78 0.21
HSL 43.08º 0.63% 0.48% -
HSV(B) 43.08º 0.78% 0.79% -
XYZ 36.62 36.72 7.64 -
YUV 157.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 201 157 45 0 0.22 0.78 0.21 43.08 0.63 0.48
Hex C9 9D 2D 0 16 4E 15 2B 3F 30
Octal 311 235 55 0 26 116 25 53 77 60
Binary 11001001 10011101 101101 0 10110 1001110 10101 101011 111111 110000

Color Harmonies of #C99D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D2D

Black with #C99D2D

Text Example


Text Example

White with #C99D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D2D; }

 p { color: rgb(201,157,45); }

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

background-color css

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

 a { background-color: rgb(201,157,45); }

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

border-color css

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

 span { border-color: rgb(201,157,45); }

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