Html Css Color HEX #DDAB16 Galliano

📋 copy color: '#DDAB16'

red 221 ◦ green 171 ◦ blue 22

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

Shades of Galliano #DDAB16

Tints of Galliano #DDAB16

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

 BLUE value IS 22 (8.98% from 255) = 5.31%

R = 53.38%
G = 41.3%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDAB16 (or 0xDDAB16) is known color: Galliano. HEX triplet: DD, AB and 16. RGB value is (221,171,22). Sum of RGB (Red+Green+Blue) = 221+171+22=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB16 is #2254E9. Grayscale: #A9A9A9. Windows color (decimal): -2249962 or 1485789. OLE color: 1485789.

HSL color Cylindrical-coordinate representation of color #DDAB16: hue angle of 44.92º degrees, saturation: 0.82, 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 #DDAB16 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 22 -
CMYK 0 0.23 0.90 0.13
HSL 44.92º 0.82% 0.48% -
HSV(B) 44.92º 0.9% 0.87% -
XYZ 44.53 44.56 7.01 -
YUV 168.96 45.07 165.12 -
System Red Green Blue C M Y K H S L
Decimal 221 171 22 0 0.23 0.90 0.13 44.92 0.82 0.48
Hex DD AB 16 0 17 5A D 2D 52 30
Octal 335 253 26 0 27 132 15 55 122 60
Binary 11011101 10101011 10110 0 10111 1011010 1101 101101 1010010 110000

Color Harmonies of #DDAB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB16

Black with #DDAB16

Text Example


Text Example

White with #DDAB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB16; }

 p { color: rgb(221,171,22); }

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

background-color css

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

 a { background-color: rgb(221,171,22); }

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

border-color css

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

 span { border-color: rgb(221,171,22); }

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