Html Css Color HEX #D5AF1B Galliano

📋 copy color: '#D5AF1B'

red 213 ◦ green 175 ◦ blue 27

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

Shades of Galliano #D5AF1B

Tints of Galliano #D5AF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.51%

R = 51.33%
G = 42.17%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5AF1B (or 0xD5AF1B) is known color: Galliano. HEX triplet: D5, AF and 1B. RGB value is (213,175,27). Sum of RGB (Red+Green+Blue) = 213+175+27=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF1B is #2A50E4. Grayscale: #AAAAAA. Windows color (decimal): -2773221 or 1814485. OLE color: 1814485.

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

Color convert

RGB 213 175 27 -
CMYK 0 0.18 0.87 0.16
HSL 47.74º 0.78% 0.47% -
HSV(B) 47.74º 0.87% 0.84% -
XYZ 42.97 44.89 7.44 -
YUV 169.49 47.59 159.03 -
System Red Green Blue C M Y K H S L
Decimal 213 175 27 0 0.18 0.87 0.16 47.74 0.78 0.47
Hex D5 AF 1B 0 12 57 10 30 4E 2F
Octal 325 257 33 0 22 127 20 60 116 57
Binary 11010101 10101111 11011 0 10010 1010111 10000 110000 1001110 101111

Color Harmonies of #D5AF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF1B

Black with #D5AF1B

Text Example


Text Example

White with #D5AF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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