Html Css Color HEX #D5AF1A Galliano

📋 copy color: '#D5AF1A'

red 213 ◦ green 175 ◦ blue 26

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

Shades of Galliano #D5AF1A

Tints of Galliano #D5AF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

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

R = 51.45%
G = 42.27%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5AF1A (or 0xD5AF1A) is known color: Galliano. HEX triplet: D5, AF and 1A. RGB value is (213,175,26). Sum of RGB (Red+Green+Blue) = 213+175+26=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF1A is #2A50E5. Grayscale: #AAAAAA. Windows color (decimal): -2773222 or 1748949. OLE color: 1748949.

HSL color Cylindrical-coordinate representation of color #D5AF1A: hue angle of 47.81º 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 #D5AF1A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 26 -
CMYK 0 0.18 0.88 0.16
HSL 47.81º 0.78% 0.47% -
HSV(B) 47.81º 0.88% 0.84% -
XYZ 42.96 44.88 7.38 -
YUV 169.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 213 175 26 0 0.18 0.88 0.16 47.81 0.78 0.47
Hex D5 AF 1A 0 12 58 10 30 4E 2F
Octal 325 257 32 0 22 130 20 60 116 57
Binary 11010101 10101111 11010 0 10010 1011000 10000 110000 1001110 101111

Color Harmonies of #D5AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF1A

Black with #D5AF1A

Text Example


Text Example

White with #D5AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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