Html Css Color HEX #DDAC17 Galliano

📋 copy color: '#DDAC17'

red 221 ◦ green 172 ◦ blue 23

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

Shades of Galliano #DDAC17

Tints of Galliano #DDAC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.53%

R = 53.13%
G = 41.35%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDAC17 (or 0xDDAC17) is known color: Galliano. HEX triplet: DD, AC and 17. RGB value is (221,172,23). Sum of RGB (Red+Green+Blue) = 221+172+23=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC17 is #2253E8. Grayscale: #AAAAAA. Windows color (decimal): -2249705 or 1551581. OLE color: 1551581.

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

Color convert

RGB 221 172 23 -
CMYK 0 0.22 0.90 0.13
HSL 45.15º 0.81% 0.48% -
HSV(B) 45.15º 0.9% 0.87% -
XYZ 44.73 44.94 7.13 -
YUV 169.67 45.23 164.62 -
System Red Green Blue C M Y K H S L
Decimal 221 172 23 0 0.22 0.90 0.13 45.15 0.81 0.48
Hex DD AC 17 0 16 5A D 2D 51 30
Octal 335 254 27 0 26 132 15 55 121 60
Binary 11011101 10101100 10111 0 10110 1011010 1101 101101 1010001 110000

Color Harmonies of #DDAC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC17

Black with #DDAC17

Text Example


Text Example

White with #DDAC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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