Html Css Color HEX #ADA30D Lucky

📋 copy color: '#ADA30D'

red 173 ◦ green 163 ◦ blue 13

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

Shades of Lucky #ADA30D

Tints of Lucky #ADA30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.7%

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

R = 49.57%
G = 46.7%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#ADA30D (or 0xADA30D) is known color: Lucky. HEX triplet: AD, A3 and 0D. RGB value is (173,163,13). Sum of RGB (Red+Green+Blue) = 173+163+13=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA30D is #525CF2. Grayscale: #959595. Windows color (decimal): -5397747 or 893869. OLE color: 893869.

HSL color Cylindrical-coordinate representation of color #ADA30D: hue angle of 56.25º 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 #ADA30D is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 13 -
CMYK 0 0.06 0.92 0.32
HSL 56.25º 0.86% 0.36% -
HSV(B) 56.25º 0.92% 0.68% -
XYZ 30.4 35.11 5.55 -
YUV 148.89 51.31 145.2 -
System Red Green Blue C M Y K H S L
Decimal 173 163 13 0 0.06 0.92 0.32 56.25 0.86 0.36
Hex AD A3 D 0 6 5C 20 38 56 24
Octal 255 243 15 0 6 134 40 70 126 44
Binary 10101101 10100011 1101 0 110 1011100 100000 111000 1010110 100100

Color Harmonies of #ADA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA30D

Black with #ADA30D

Text Example


Text Example

White with #ADA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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