Html Css Color HEX #C99021 Nugget

📋 copy color: '#C99021'

red 201 ◦ green 144 ◦ blue 33

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

Shades of Nugget #C99021

Tints of Nugget #C99021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.73%

R = 53.17%
G = 38.1%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C99021 (or 0xC99021) is known color: Nugget. HEX triplet: C9, 90 and 21. RGB value is (201,144,33). Sum of RGB (Red+Green+Blue) = 201+144+33=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C99021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99021 is #366FDE. Grayscale: #949494. Windows color (decimal): -3567583 or 2199753. OLE color: 2199753.

HSL color Cylindrical-coordinate representation of color #C99021: hue angle of 39.64º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C99021 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 33 -
CMYK 0 0.28 0.84 0.21
HSL 39.64º 0.72% 0.46% -
HSV(B) 39.64º 0.84% 0.79% -
XYZ 34.34 32.47 5.9 -
YUV 148.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 201 144 33 0 0.28 0.84 0.21 39.64 0.72 0.46
Hex C9 90 21 0 1C 54 15 28 48 2E
Octal 311 220 41 0 34 124 25 50 110 56
Binary 11001001 10010000 100001 0 11100 1010100 10101 101000 1001000 101110

Color Harmonies of #C99021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99021

Black with #C99021

Text Example


Text Example

White with #C99021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99021; }

 p { color: rgb(201,144,33); }

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

background-color css

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

 a { background-color: rgb(201,144,33); }

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

border-color css

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

 span { border-color: rgb(201,144,33); }

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