Html Css Color HEX #D5AD1E Galliano

📋 copy color: '#D5AD1E'

red 213 ◦ green 173 ◦ blue 30

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

Shades of Galliano #D5AD1E

Tints of Galliano #D5AD1E

RGB

 RED value IS 213 (83.59% from 255) = 51.2%

 GREEN value IS 173 (67.97% from 255) = 41.59%

 BLUE value IS 30 (12.11% from 255) = 7.21%

R = 51.2%
G = 41.59%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5AD1E (or 0xD5AD1E) is known color: Galliano. HEX triplet: D5, AD and 1E. RGB value is (213,173,30). Sum of RGB (Red+Green+Blue) = 213+173+30=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD1E is #2A52E1. Grayscale: #A9A9A9. Windows color (decimal): -2773730 or 2010581. OLE color: 2010581.

HSL color Cylindrical-coordinate representation of color #D5AD1E: hue angle of 46.89º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5AD1E is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 30 -
CMYK 0 0.19 0.86 0.16
HSL 46.89º 0.75% 0.48% -
HSV(B) 46.89º 0.86% 0.84% -
XYZ 42.62 44.13 7.5 -
YUV 168.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 213 173 30 0 0.19 0.86 0.16 46.89 0.75 0.48
Hex D5 AD 1E 0 13 56 10 2F 4B 30
Octal 325 255 36 0 23 126 20 57 113 60
Binary 11010101 10101101 11110 0 10011 1010110 10000 101111 1001011 110000

Color Harmonies of #D5AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD1E

Black with #D5AD1E

Text Example


Text Example

White with #D5AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD1E; }

 p { color: rgb(213,173,30); }

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

background-color css

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

 a { background-color: rgb(213,173,30); }

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

border-color css

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

 span { border-color: rgb(213,173,30); }

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