Html Css Color HEX #D4AC26 Galliano

📋 copy color: '#D4AC26'

red 212 ◦ green 172 ◦ blue 38

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

Shades of Galliano #D4AC26

Tints of Galliano #D4AC26

RGB

 RED value IS 212 (83.2% from 255) = 50.24%

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

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

R = 50.24%
G = 40.76%
B = 9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D4AC26 (or 0xD4AC26) is known color: Galliano. HEX triplet: D4, AC and 26. RGB value is (212,172,38). Sum of RGB (Red+Green+Blue) = 212+172+38=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC26 is #2B53D9. Grayscale: #A9A9A9. Windows color (decimal): -2839514 or 2534612. OLE color: 2534612.

HSL color Cylindrical-coordinate representation of color #D4AC26: hue angle of 46.21º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4AC26 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 38 -
CMYK 0 0.19 0.82 0.17
HSL 46.21º 0.7% 0.49% -
HSV(B) 46.21º 0.82% 0.83% -
XYZ 42.25 43.64 8.03 -
YUV 168.68 54.25 158.9 -
System Red Green Blue C M Y K H S L
Decimal 212 172 38 0 0.19 0.82 0.17 46.21 0.7 0.49
Hex D4 AC 26 0 13 52 11 2E 46 31
Octal 324 254 46 0 23 122 21 56 106 61
Binary 11010100 10101100 100110 0 10011 1010010 10001 101110 1000110 110001

Color Harmonies of #D4AC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC26

Black with #D4AC26

Text Example


Text Example

White with #D4AC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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