Html Css Color HEX #CA8E22 Nugget

📋 copy color: '#CA8E22'

red 202 ◦ green 142 ◦ blue 34

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

Shades of Nugget #CA8E22

Tints of Nugget #CA8E22

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

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

R = 53.44%
G = 37.57%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA8E22 (or 0xCA8E22) is known color: Nugget. HEX triplet: CA, 8E and 22. RGB value is (202,142,34). Sum of RGB (Red+Green+Blue) = 202+142+34=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E22 is #3571DD. Grayscale: #949494. Windows color (decimal): -3502558 or 2264778. OLE color: 2264778.

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

Color convert

RGB 202 142 34 -
CMYK 0 0.30 0.83 0.21
HSL 38.57º 0.71% 0.46% -
HSV(B) 38.57º 0.83% 0.79% -
XYZ 34.32 32.02 5.88 -
YUV 147.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 202 142 34 0 0.30 0.83 0.21 38.57 0.71 0.46
Hex CA 8E 22 0 1E 53 15 27 47 2E
Octal 312 216 42 0 36 123 25 47 107 56
Binary 11001010 10001110 100010 0 11110 1010011 10101 100111 1000111 101110

Color Harmonies of #CA8E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E22

Black with #CA8E22

Text Example


Text Example

White with #CA8E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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