Html Css Color HEX #CA9724 Nugget

📋 copy color: '#CA9724'

red 202 ◦ green 151 ◦ blue 36

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

Shades of Nugget #CA9724

Tints of Nugget #CA9724

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

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

R = 51.93%
G = 38.82%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA9724 (or 0xCA9724) is known color: Nugget. HEX triplet: CA, 97 and 24. RGB value is (202,151,36). Sum of RGB (Red+Green+Blue) = 202+151+36=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9724 is #3568DB. Grayscale: #999999. Windows color (decimal): -3500252 or 2398154. OLE color: 2398154.

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

Color convert

RGB 202 151 36 -
CMYK 0 0.25 0.82 0.21
HSL 41.57º 0.7% 0.47% -
HSV(B) 41.57º 0.82% 0.79% -
XYZ 35.74 34.82 6.51 -
YUV 153.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 202 151 36 0 0.25 0.82 0.21 41.57 0.7 0.47
Hex CA 97 24 0 19 52 15 2A 46 2F
Octal 312 227 44 0 31 122 25 52 106 57
Binary 11001010 10010111 100100 0 11001 1010010 10101 101010 1000110 101111

Color Harmonies of #CA9724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9724

Black with #CA9724

Text Example


Text Example

White with #CA9724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9724; }

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

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

background-color css

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

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

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

border-color css

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

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

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