Html Css Color HEX #CA9322 Nugget

📋 copy color: '#CA9322'

red 202 ◦ green 147 ◦ blue 34

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

Shades of Nugget #CA9322

Tints of Nugget #CA9322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 52.74%
G = 38.38%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA9322 (or 0xCA9322) is known color: Nugget. HEX triplet: CA, 93 and 22. RGB value is (202,147,34). Sum of RGB (Red+Green+Blue) = 202+147+34=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9322 is #356CDD. Grayscale: #979797. Windows color (decimal): -3501278 or 2266058. OLE color: 2266058.

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

Color convert

RGB 202 147 34 -
CMYK 0 0.27 0.83 0.21
HSL 40.36º 0.71% 0.46% -
HSV(B) 40.36º 0.83% 0.79% -
XYZ 35.08 33.54 6.14 -
YUV 150.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 202 147 34 0 0.27 0.83 0.21 40.36 0.71 0.46
Hex CA 93 22 0 1B 53 15 28 47 2E
Octal 312 223 42 0 33 123 25 50 107 56
Binary 11001010 10010011 100010 0 11011 1010011 10101 101000 1000111 101110

Color Harmonies of #CA9322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9322

Black with #CA9322

Text Example


Text Example

White with #CA9322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9322; }

 p { color: rgb(202,147,34); }

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

background-color css

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

 a { background-color: rgb(202,147,34); }

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

border-color css

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

 span { border-color: rgb(202,147,34); }

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