Html Css Color HEX #CA9421 Nugget

📋 copy color: '#CA9421'

red 202 ◦ green 148 ◦ blue 33

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

Shades of Nugget #CA9421

Tints of Nugget #CA9421

RGB

 RED value IS 202 (79.3% from 255) = 52.74%

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 52.74%
G = 38.64%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA9421 (or 0xCA9421) is known color: Nugget. HEX triplet: CA, 94 and 21. RGB value is (202,148,33). Sum of RGB (Red+Green+Blue) = 202+148+33=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9421 is #356BDE. Grayscale: #979797. Windows color (decimal): -3501023 or 2200778. OLE color: 2200778.

HSL color Cylindrical-coordinate representation of color #CA9421: hue angle of 40.83º 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 #CA9421 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 33 -
CMYK 0 0.27 0.84 0.21
HSL 40.83º 0.72% 0.46% -
HSV(B) 40.83º 0.84% 0.79% -
XYZ 35.22 33.85 6.12 -
YUV 151.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 202 148 33 0 0.27 0.84 0.21 40.83 0.72 0.46
Hex CA 94 21 0 1B 54 15 29 48 2E
Octal 312 224 41 0 33 124 25 51 110 56
Binary 11001010 10010100 100001 0 11011 1010100 10101 101001 1001000 101110

Color Harmonies of #CA9421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9421

Black with #CA9421

Text Example


Text Example

White with #CA9421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9421; }

 p { color: rgb(202,148,33); }

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

background-color css

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

 a { background-color: rgb(202,148,33); }

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

border-color css

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

 span { border-color: rgb(202,148,33); }

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