Html Css Color HEX #D1AF28 Galliano

📋 copy color: '#D1AF28'

red 209 ◦ green 175 ◦ blue 40

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

Shades of Galliano #D1AF28

Tints of Galliano #D1AF28

RGB

 RED value IS 209 (82.03% from 255) = 49.29%

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

 BLUE value IS 40 (16.02% from 255) = 9.43%

R = 49.29%
G = 41.27%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D1AF28 (or 0xD1AF28) is known color: Galliano. HEX triplet: D1, AF and 28. RGB value is (209,175,40). Sum of RGB (Red+Green+Blue) = 209+175+40=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF28 is #2E50D7. Grayscale: #AAAAAA. Windows color (decimal): -3035352 or 2666449. OLE color: 2666449.

HSL color Cylindrical-coordinate representation of color #D1AF28: hue angle of 47.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1AF28 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 40 -
CMYK 0 0.16 0.81 0.18
HSL 47.93º 0.68% 0.49% -
HSV(B) 47.93º 0.81% 0.82% -
XYZ 42.01 44.37 8.36 -
YUV 169.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 209 175 40 0 0.16 0.81 0.18 47.93 0.68 0.49
Hex D1 AF 28 0 10 51 12 30 44 31
Octal 321 257 50 0 20 121 22 60 104 61
Binary 11010001 10101111 101000 0 10000 1010001 10010 110000 1000100 110001

Color Harmonies of #D1AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF28

Black with #D1AF28

Text Example


Text Example

White with #D1AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF28; }

 p { color: rgb(209,175,40); }

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

background-color css

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

 a { background-color: rgb(209,175,40); }

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

border-color css

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

 span { border-color: rgb(209,175,40); }

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