Html Css Color HEX #D5AD1A Galliano

📋 copy color: '#D5AD1A'

red 213 ◦ green 173 ◦ blue 26

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

Shades of Galliano #D5AD1A

Tints of Galliano #D5AD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.31%

R = 51.7%
G = 41.99%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5AD1A (or 0xD5AD1A) is known color: Galliano. HEX triplet: D5, AD and 1A. RGB value is (213,173,26). Sum of RGB (Red+Green+Blue) = 213+173+26=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD1A is #2A52E5. Grayscale: #A8A8A8. Windows color (decimal): -2773734 or 1748437. OLE color: 1748437.

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

Color convert

RGB 213 173 26 -
CMYK 0 0.19 0.88 0.16
HSL 47.17º 0.78% 0.47% -
HSV(B) 47.17º 0.88% 0.84% -
XYZ 42.57 44.11 7.25 -
YUV 168.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 213 173 26 0 0.19 0.88 0.16 47.17 0.78 0.47
Hex D5 AD 1A 0 13 58 10 2F 4E 2F
Octal 325 255 32 0 23 130 20 57 116 57
Binary 11010101 10101101 11010 0 10011 1011000 10000 101111 1001110 101111

Color Harmonies of #D5AD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD1A

Black with #D5AD1A

Text Example


Text Example

White with #D5AD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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