Html Css Color HEX #DDAC1A Galliano

📋 copy color: '#DDAC1A'

red 221 ◦ green 172 ◦ blue 26

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

Shades of Galliano #DDAC1A

Tints of Galliano #DDAC1A

RGB

 RED value IS 221 (86.72% from 255) = 52.74%

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

 BLUE value IS 26 (10.55% from 255) = 6.21%

R = 52.74%
G = 41.05%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDAC1A (or 0xDDAC1A) is known color: Galliano. HEX triplet: DD, AC and 1A. RGB value is (221,172,26). Sum of RGB (Red+Green+Blue) = 221+172+26=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC1A is #2253E5. Grayscale: #AAAAAA. Windows color (decimal): -2249702 or 1748189. OLE color: 1748189.

HSL color Cylindrical-coordinate representation of color #DDAC1A: hue angle of 44.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDAC1A is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 26 -
CMYK 0 0.22 0.88 0.13
HSL 44.92º 0.79% 0.48% -
HSV(B) 44.92º 0.88% 0.87% -
XYZ 44.76 44.95 7.29 -
YUV 170.01 46.73 164.37 -
System Red Green Blue C M Y K H S L
Decimal 221 172 26 0 0.22 0.88 0.13 44.92 0.79 0.48
Hex DD AC 1A 0 16 58 D 2D 4F 30
Octal 335 254 32 0 26 130 15 55 117 60
Binary 11011101 10101100 11010 0 10110 1011000 1101 101101 1001111 110000

Color Harmonies of #DDAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC1A

Black with #DDAC1A

Text Example


Text Example

White with #DDAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC1A; }

 p { color: rgb(221,172,26); }

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

background-color css

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

 a { background-color: rgb(221,172,26); }

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

border-color css

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

 span { border-color: rgb(221,172,26); }

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