Html Css Color HEX #DDAC14 Galliano

📋 copy color: '#DDAC14'

red 221 ◦ green 172 ◦ blue 20

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

Shades of Galliano #DDAC14

Tints of Galliano #DDAC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 53.51%
G = 41.65%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDAC14 (or 0xDDAC14) is known color: Galliano. HEX triplet: DD, AC and 14. RGB value is (221,172,20). Sum of RGB (Red+Green+Blue) = 221+172+20=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC14 is #2253EB. Grayscale: #A9A9A9. Windows color (decimal): -2249708 or 1354973. OLE color: 1354973.

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

Color convert

RGB 221 172 20 -
CMYK 0 0.22 0.91 0.13
HSL 45.37º 0.83% 0.47% -
HSV(B) 45.37º 0.91% 0.87% -
XYZ 44.7 44.93 6.98 -
YUV 169.32 43.73 164.86 -
System Red Green Blue C M Y K H S L
Decimal 221 172 20 0 0.22 0.91 0.13 45.37 0.83 0.47
Hex DD AC 14 0 16 5B D 2D 53 2F
Octal 335 254 24 0 26 133 15 55 123 57
Binary 11011101 10101100 10100 0 10110 1011011 1101 101101 1010011 101111

Color Harmonies of #DDAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC14

Black with #DDAC14

Text Example


Text Example

White with #DDAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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