Html Css Color HEX #DDAB14 Galliano

📋 copy color: '#DDAB14'

red 221 ◦ green 171 ◦ blue 20

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

Shades of Galliano #DDAB14

Tints of Galliano #DDAB14

RGB

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

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

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

R = 53.64%
G = 41.5%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDAB14 (or 0xDDAB14) is known color: Galliano. HEX triplet: DD, AB and 14. RGB value is (221,171,20). Sum of RGB (Red+Green+Blue) = 221+171+20=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB14 is #2254EB. Grayscale: #A9A9A9. Windows color (decimal): -2249964 or 1354717. OLE color: 1354717.

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

Color convert

RGB 221 171 20 -
CMYK 0 0.23 0.91 0.13
HSL 45.07º 0.83% 0.47% -
HSV(B) 45.07º 0.91% 0.87% -
XYZ 44.51 44.55 6.91 -
YUV 168.74 44.07 165.28 -
System Red Green Blue C M Y K H S L
Decimal 221 171 20 0 0.23 0.91 0.13 45.07 0.83 0.47
Hex DD AB 14 0 17 5B D 2D 53 2F
Octal 335 253 24 0 27 133 15 55 123 57
Binary 11011101 10101011 10100 0 10111 1011011 1101 101101 1010011 101111

Color Harmonies of #DDAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB14

Black with #DDAB14

Text Example


Text Example

White with #DDAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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