Html Css Color HEX #ADA40D Lucky

📋 copy color: '#ADA40D'

red 173 ◦ green 164 ◦ blue 13

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

Shades of Lucky #ADA40D

Tints of Lucky #ADA40D

RGB

 RED value IS 173 (67.97% from 255) = 49.43%

 GREEN value IS 164 (64.45% from 255) = 46.86%

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 49.43%
G = 46.86%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#ADA40D (or 0xADA40D) is known color: Lucky. HEX triplet: AD, A4 and 0D. RGB value is (173,164,13). Sum of RGB (Red+Green+Blue) = 173+164+13=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA40D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA40D is #525BF2. Grayscale: #969696. Windows color (decimal): -5397491 or 894125. OLE color: 894125.

HSL color Cylindrical-coordinate representation of color #ADA40D: hue angle of 56.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADA40D is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 13 -
CMYK 0 0.05 0.92 0.32
HSL 56.63º 0.86% 0.36% -
HSV(B) 56.63º 0.92% 0.68% -
XYZ 30.58 35.46 5.61 -
YUV 149.48 50.98 144.78 -
System Red Green Blue C M Y K H S L
Decimal 173 164 13 0 0.05 0.92 0.32 56.63 0.86 0.36
Hex AD A4 D 0 5 5C 20 39 56 24
Octal 255 244 15 0 5 134 40 71 126 44
Binary 10101101 10100100 1101 0 101 1011100 100000 111001 1010110 100100

Color Harmonies of #ADA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA40D

Black with #ADA40D

Text Example


Text Example

White with #ADA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA40D; }

 p { color: rgb(173,164,13); }

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

background-color css

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

 a { background-color: rgb(173,164,13); }

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

border-color css

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

 span { border-color: rgb(173,164,13); }

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