Html Css Color HEX #DDAB17 Galliano

📋 copy color: '#DDAB17'

red 221 ◦ green 171 ◦ blue 23

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

Shades of Galliano #DDAB17

Tints of Galliano #DDAB17

RGB

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

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

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

R = 53.25%
G = 41.2%
B = 5.54%

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

#DDAB17 (or 0xDDAB17) is known color: Galliano. HEX triplet: DD, AB and 17. RGB value is (221,171,23). Sum of RGB (Red+Green+Blue) = 221+171+23=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB17 is #2254E8. Grayscale: #A9A9A9. Windows color (decimal): -2249961 or 1551325. OLE color: 1551325.

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

Color convert

RGB 221 171 23 -
CMYK 0 0.23 0.90 0.13
HSL 44.85º 0.81% 0.48% -
HSV(B) 44.85º 0.9% 0.87% -
XYZ 44.54 44.56 7.06 -
YUV 169.08 45.57 165.03 -
System Red Green Blue C M Y K H S L
Decimal 221 171 23 0 0.23 0.90 0.13 44.85 0.81 0.48
Hex DD AB 17 0 17 5A D 2D 51 30
Octal 335 253 27 0 27 132 15 55 121 60
Binary 11011101 10101011 10111 0 10111 1011010 1101 101101 1010001 110000

Color Harmonies of #DDAB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB17

Black with #DDAB17

Text Example


Text Example

White with #DDAB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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