Html Css Color HEX #CA9022 Nugget

📋 copy color: '#CA9022'

red 202 ◦ green 144 ◦ blue 34

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

Shades of Nugget #CA9022

Tints of Nugget #CA9022

RGB

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

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

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

R = 53.16%
G = 37.89%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA9022 (or 0xCA9022) is known color: Nugget. HEX triplet: CA, 90 and 22. RGB value is (202,144,34). Sum of RGB (Red+Green+Blue) = 202+144+34=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9022 is #356FDD. Grayscale: #959595. Windows color (decimal): -3502046 or 2265290. OLE color: 2265290.

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

Color convert

RGB 202 144 34 -
CMYK 0 0.29 0.83 0.21
HSL 39.29º 0.71% 0.46% -
HSV(B) 39.29º 0.83% 0.79% -
XYZ 34.62 32.62 5.98 -
YUV 148.8 63.22 165.94 -
System Red Green Blue C M Y K H S L
Decimal 202 144 34 0 0.29 0.83 0.21 39.29 0.71 0.46
Hex CA 90 22 0 1D 53 15 27 47 2E
Octal 312 220 42 0 35 123 25 47 107 56
Binary 11001010 10010000 100010 0 11101 1010011 10101 100111 1000111 101110

Color Harmonies of #CA9022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9022

Black with #CA9022

Text Example


Text Example

White with #CA9022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9022; }

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

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

background-color css

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

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

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

border-color css

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

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

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