#C99021

Color #C99021 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C99021

Tints of Nugget #C99021

Color information

#C99021 (or 0xC99021) is unknown color: approx 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

RGB20114433-
CMYK00.280.840.21
HSL39.64º71.79%45.88%-
HSV(B)39.64º83.58%78.82%-
XYZ34.3432.475.9-
YUV148.3962.88165.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.17%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 33 (13.28% from 255) = 8.73%
R=53.17%
G=38.10%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011443300.280.840.2139.6471.7945.88
HexC9902101C541528482e
Octal31122041034124255011056
Binary11001001100100001000010111001010100101011010001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>