Html Css Color HEX #CA8D1D Nugget

📋 copy color: '#CA8D1D'

red 202 ◦ green 141 ◦ blue 29

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

Shades of Nugget #CA8D1D

Tints of Nugget #CA8D1D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 54.3%
G = 37.9%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA8D1D (or 0xCA8D1D) is known color: Nugget. HEX triplet: CA, 8D and 1D. RGB value is (202,141,29). Sum of RGB (Red+Green+Blue) = 202+141+29=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D1D is #3572E2. Grayscale: #929292. Windows color (decimal): -3502819 or 1936842. OLE color: 1936842.

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

Color convert

RGB 202 141 29 -
CMYK 0 0.30 0.86 0.21
HSL 38.84º 0.75% 0.45% -
HSV(B) 38.84º 0.86% 0.79% -
XYZ 34.1 31.7 5.48 -
YUV 146.47 61.71 167.61 -
System Red Green Blue C M Y K H S L
Decimal 202 141 29 0 0.30 0.86 0.21 38.84 0.75 0.45
Hex CA 8D 1D 0 1E 56 15 27 4B 2D
Octal 312 215 35 0 36 126 25 47 113 55
Binary 11001010 10001101 11101 0 11110 1010110 10101 100111 1001011 101101

Color Harmonies of #CA8D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D1D

Black with #CA8D1D

Text Example


Text Example

White with #CA8D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D1D; }

 p { color: rgb(202,141,29); }

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

background-color css

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

 a { background-color: rgb(202,141,29); }

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

border-color css

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

 span { border-color: rgb(202,141,29); }

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