Html Css Color HEX #D9AC26 Galliano

📋 copy color: '#D9AC26'

red 217 ◦ green 172 ◦ blue 38

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

Shades of Galliano #D9AC26

Tints of Galliano #D9AC26

RGB

 RED value IS 217 (85.16% from 255) = 50.82%

 GREEN value IS 172 (67.58% from 255) = 40.28%

 BLUE value IS 38 (15.23% from 255) = 8.9%

R = 50.82%
G = 40.28%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9AC26 (or 0xD9AC26) is known color: Galliano. HEX triplet: D9, AC and 26. RGB value is (217,172,38). Sum of RGB (Red+Green+Blue) = 217+172+38=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AC26 is #2653D9. Grayscale: #AAAAAA. Windows color (decimal): -2511834 or 2534617. OLE color: 2534617.

HSL color Cylindrical-coordinate representation of color #D9AC26: hue angle of 44.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9AC26 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 38 -
CMYK 0 0.21 0.82 0.15
HSL 44.92º 0.7% 0.5% -
HSV(B) 44.92º 0.82% 0.85% -
XYZ 43.72 44.4 8.1 -
YUV 170.18 53.41 161.4 -
System Red Green Blue C M Y K H S L
Decimal 217 172 38 0 0.21 0.82 0.15 44.92 0.7 0.5
Hex D9 AC 26 0 15 52 F 2D 46 32
Octal 331 254 46 0 25 122 17 55 106 62
Binary 11011001 10101100 100110 0 10101 1010010 1111 101101 1000110 110010

Color Harmonies of #D9AC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC26

Black with #D9AC26

Text Example


Text Example

White with #D9AC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC26; }

 p { color: rgb(217,172,38); }

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

background-color css

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

 a { background-color: rgb(217,172,38); }

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

border-color css

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

 span { border-color: rgb(217,172,38); }

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