Html Css Color HEX #CA8F21 Nugget

📋 copy color: '#CA8F21'

red 202 ◦ green 143 ◦ blue 33

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

Shades of Nugget #CA8F21

Tints of Nugget #CA8F21

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

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

R = 53.44%
G = 37.83%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA8F21 (or 0xCA8F21) is known color: Nugget. HEX triplet: CA, 8F and 21. RGB value is (202,143,33). Sum of RGB (Red+Green+Blue) = 202+143+33=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F21 is #3570DE. Grayscale: #949494. Windows color (decimal): -3502303 or 2199498. OLE color: 2199498.

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

Color convert

RGB 202 143 33 -
CMYK 0 0.29 0.84 0.21
HSL 39.05º 0.72% 0.46% -
HSV(B) 39.05º 0.84% 0.79% -
XYZ 34.45 32.31 5.86 -
YUV 148.1 63.05 166.44 -
System Red Green Blue C M Y K H S L
Decimal 202 143 33 0 0.29 0.84 0.21 39.05 0.72 0.46
Hex CA 8F 21 0 1D 54 15 27 48 2E
Octal 312 217 41 0 35 124 25 47 110 56
Binary 11001010 10001111 100001 0 11101 1010100 10101 100111 1001000 101110

Color Harmonies of #CA8F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F21

Black with #CA8F21

Text Example


Text Example

White with #CA8F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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