Html Css Color HEX #CA9024 Nugget

📋 copy color: '#CA9024'

red 202 ◦ green 144 ◦ blue 36

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

Shades of Nugget #CA9024

Tints of Nugget #CA9024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.42%

R = 52.88%
G = 37.7%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA9024 (or 0xCA9024) is known color: Nugget. HEX triplet: CA, 90 and 24. RGB value is (202,144,36). Sum of RGB (Red+Green+Blue) = 202+144+36=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9024 is #356FDB. Grayscale: #959595. Windows color (decimal): -3502044 or 2396362. OLE color: 2396362.

HSL color Cylindrical-coordinate representation of color #CA9024: hue angle of 39.04º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA9024 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 36 -
CMYK 0 0.29 0.82 0.21
HSL 39.04º 0.7% 0.47% -
HSV(B) 39.04º 0.82% 0.79% -
XYZ 34.65 32.63 6.14 -
YUV 149.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 202 144 36 0 0.29 0.82 0.21 39.04 0.7 0.47
Hex CA 90 24 0 1D 52 15 27 46 2F
Octal 312 220 44 0 35 122 25 47 106 57
Binary 11001010 10010000 100100 0 11101 1010010 10101 100111 1000110 101111

Color Harmonies of #CA9024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9024

Black with #CA9024

Text Example


Text Example

White with #CA9024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9024; }

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

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

background-color css

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

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

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

border-color css

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

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

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