Html Css Color HEX #D8AC26 Galliano

📋 copy color: '#D8AC26'

red 216 ◦ green 172 ◦ blue 38

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

Shades of Galliano #D8AC26

Tints of Galliano #D8AC26

RGB

 RED value IS 216 (84.77% from 255) = 50.7%

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

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

R = 50.7%
G = 40.38%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8AC26 (or 0xD8AC26) is known color: Galliano. HEX triplet: D8, AC and 26. RGB value is (216,172,38). Sum of RGB (Red+Green+Blue) = 216+172+38=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AC26 is #2753D9. Grayscale: #AAAAAA. Windows color (decimal): -2577370 or 2534616. OLE color: 2534616.

HSL color Cylindrical-coordinate representation of color #D8AC26: hue angle of 45.17º 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 #D8AC26 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 38 -
CMYK 0 0.20 0.82 0.15
HSL 45.17º 0.7% 0.5% -
HSV(B) 45.17º 0.82% 0.85% -
XYZ 43.42 44.24 8.09 -
YUV 169.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 216 172 38 0 0.20 0.82 0.15 45.17 0.7 0.5
Hex D8 AC 26 0 14 52 F 2D 46 32
Octal 330 254 46 0 24 122 17 55 106 62
Binary 11011000 10101100 100110 0 10100 1010010 1111 101101 1000110 110010

Color Harmonies of #D8AC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC26

Black with #D8AC26

Text Example


Text Example

White with #D8AC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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