Html Css Color HEX #D5AF29 Galliano

📋 copy color: '#D5AF29'

red 213 ◦ green 175 ◦ blue 41

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

Shades of Galliano #D5AF29

Tints of Galliano #D5AF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.56%

R = 49.65%
G = 40.79%
B = 9.56%

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

#D5AF29 (or 0xD5AF29) is known color: Galliano. HEX triplet: D5, AF and 29. RGB value is (213,175,41). Sum of RGB (Red+Green+Blue) = 213+175+41=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF29 is #2A50D6. Grayscale: #ABABAB. Windows color (decimal): -2773207 or 2731989. OLE color: 2731989.

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

Color convert

RGB 213 175 41 -
CMYK 0 0.18 0.81 0.16
HSL 46.74º 0.68% 0.5% -
HSV(B) 46.74º 0.81% 0.84% -
XYZ 43.17 44.97 8.5 -
YUV 171.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 213 175 41 0 0.18 0.81 0.16 46.74 0.68 0.5
Hex D5 AF 29 0 12 51 10 2F 44 32
Octal 325 257 51 0 22 121 20 57 104 62
Binary 11010101 10101111 101001 0 10010 1010001 10000 101111 1000100 110010

Color Harmonies of #D5AF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF29

Black with #D5AF29

Text Example


Text Example

White with #D5AF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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