Html Css Color HEX #CA901D Nugget

📋 copy color: '#CA901D'

red 202 ◦ green 144 ◦ blue 29

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

Shades of Nugget #CA901D

Tints of Nugget #CA901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 53.87%
G = 38.4%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA901D (or 0xCA901D) is known color: Nugget. HEX triplet: CA, 90 and 1D. RGB value is (202,144,29). Sum of RGB (Red+Green+Blue) = 202+144+29=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA901D is #356FE2. Grayscale: #949494. Windows color (decimal): -3502051 or 1937610. OLE color: 1937610.

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

Color convert

RGB 202 144 29 -
CMYK 0 0.29 0.86 0.21
HSL 39.88º 0.75% 0.45% -
HSV(B) 39.88º 0.86% 0.79% -
XYZ 34.55 32.59 5.63 -
YUV 148.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 202 144 29 0 0.29 0.86 0.21 39.88 0.75 0.45
Hex CA 90 1D 0 1D 56 15 28 4B 2D
Octal 312 220 35 0 35 126 25 50 113 55
Binary 11001010 10010000 11101 0 11101 1010110 10101 101000 1001011 101101

Color Harmonies of #CA901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA901D

Black with #CA901D

Text Example


Text Example

White with #CA901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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