#CA9928

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

Shades of Nugget #CA9928

Tints of Nugget #CA9928

Color information

#CA9928 (or 0xCA9928) is unknown color: approx Nugget. HEX triplet: CA, 99 and 28. RGB value is (202,153,40). Sum of RGB (Red+Green+Blue) = 202+153+40=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9928 is #3566D7. Grayscale: #9B9B9B. Windows color (decimal): -3499736 or 2660810. OLE color: 2660810.

HSL color Cylindrical-coordinate representation of color #CA9928: hue angle of 41.85º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA9928 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20215340-
CMYK00.240.800.21
HSL41.85º66.94%47.45%-
HSV(B)41.85º80.2%79.22%-
XYZ36.1335.496.95-
YUV154.7763.23161.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 40 (16.02% from 255) = 10.13%
R=51.14%
G=38.73%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021534000.240.800.2141.8566.9447.45
HexCA992801850152a432f
Octal31223150030120255210357
Binary11001010100110011010000110001010000101011010101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9928; }

 p { color: rgb(202,153,40); }

 H1.HeaderClassName
 {
   color: #CA9928;
 }
 .AnyTagClassName
 {
   color: #CA9928;
 }
</style>
background-color css

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

 a { background-color: rgb(202,153,40); }

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

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

 span { border-color: rgb(202,153,40); }

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