Html Css Color HEX #DDAC13 Galliano

📋 copy color: '#DDAC13'

red 221 ◦ green 172 ◦ blue 19

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

Shades of Galliano #DDAC13

Tints of Galliano #DDAC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 53.64%
G = 41.75%
B = 4.61%

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

#DDAC13 (or 0xDDAC13) is known color: Galliano. HEX triplet: DD, AC and 13. RGB value is (221,172,19). Sum of RGB (Red+Green+Blue) = 221+172+19=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC13 is #2253EC. Grayscale: #A9A9A9. Windows color (decimal): -2249709 or 1289437. OLE color: 1289437.

HSL color Cylindrical-coordinate representation of color #DDAC13: hue angle of 45.45º degrees, saturation: 0.84, 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 #DDAC13 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 19 -
CMYK 0 0.22 0.91 0.13
HSL 45.45º 0.84% 0.47% -
HSV(B) 45.45º 0.91% 0.87% -
XYZ 44.69 44.92 6.93 -
YUV 169.21 43.23 164.94 -
System Red Green Blue C M Y K H S L
Decimal 221 172 19 0 0.22 0.91 0.13 45.45 0.84 0.47
Hex DD AC 13 0 16 5B D 2D 54 2F
Octal 335 254 23 0 26 133 15 55 124 57
Binary 11011101 10101100 10011 0 10110 1011011 1101 101101 1010100 101111

Color Harmonies of #DDAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC13

Black with #DDAC13

Text Example


Text Example

White with #DDAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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