Html Css Color HEX #CA8E21 Nugget

📋 copy color: '#CA8E21'

red 202 ◦ green 142 ◦ blue 33

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

Shades of Nugget #CA8E21

Tints of Nugget #CA8E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.75%

R = 53.58%
G = 37.67%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA8E21 (or 0xCA8E21) is known color: Nugget. HEX triplet: CA, 8E and 21. RGB value is (202,142,33). Sum of RGB (Red+Green+Blue) = 202+142+33=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E21 is #3571DE. Grayscale: #949494. Windows color (decimal): -3502559 or 2199242. OLE color: 2199242.

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

Color convert

RGB 202 142 33 -
CMYK 0 0.30 0.84 0.21
HSL 38.7º 0.72% 0.46% -
HSV(B) 38.7º 0.84% 0.79% -
XYZ 34.3 32.01 5.81 -
YUV 147.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 202 142 33 0 0.30 0.84 0.21 38.7 0.72 0.46
Hex CA 8E 21 0 1E 54 15 27 48 2E
Octal 312 216 41 0 36 124 25 47 110 56
Binary 11001010 10001110 100001 0 11110 1010100 10101 100111 1001000 101110

Color Harmonies of #CA8E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E21

Black with #CA8E21

Text Example


Text Example

White with #CA8E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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