Html Css Color HEX #D5AF28 Galliano

📋 copy color: '#D5AF28'

red 213 ◦ green 175 ◦ blue 40

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

Shades of Galliano #D5AF28

Tints of Galliano #D5AF28

RGB

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

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

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

R = 49.77%
G = 40.89%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5AF28 (or 0xD5AF28) is known color: Galliano. HEX triplet: D5, AF and 28. RGB value is (213,175,40). Sum of RGB (Red+Green+Blue) = 213+175+40=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF28 is #2A50D7. Grayscale: #ABABAB. Windows color (decimal): -2773208 or 2666453. OLE color: 2666453.

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

Color convert

RGB 213 175 40 -
CMYK 0 0.18 0.81 0.16
HSL 46.82º 0.68% 0.5% -
HSV(B) 46.82º 0.81% 0.84% -
XYZ 43.15 44.96 8.41 -
YUV 170.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 213 175 40 0 0.18 0.81 0.16 46.82 0.68 0.5
Hex D5 AF 28 0 12 51 10 2F 44 32
Octal 325 257 50 0 22 121 20 57 104 62
Binary 11010101 10101111 101000 0 10010 1010001 10000 101111 1000100 110010

Color Harmonies of #D5AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF28

Black with #D5AF28

Text Example


Text Example

White with #D5AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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