Html Css Color HEX #DDAB24 Galliano

📋 copy color: '#DDAB24'

red 221 ◦ green 171 ◦ blue 36

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

Shades of Galliano #DDAB24

Tints of Galliano #DDAB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.41%

R = 51.64%
G = 39.95%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDAB24 (or 0xDDAB24) is known color: Galliano. HEX triplet: DD, AB and 24. RGB value is (221,171,36). Sum of RGB (Red+Green+Blue) = 221+171+36=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 36 (14.45% from 255 or 8.41% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB24 is #2254DB. Grayscale: #ABABAB. Windows color (decimal): -2249948 or 2403293. OLE color: 2403293.

HSL color Cylindrical-coordinate representation of color #DDAB24: hue angle of 43.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDAB24 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 36 -
CMYK 0 0.23 0.84 0.13
HSL 43.78º 0.73% 0.5% -
HSV(B) 43.78º 0.84% 0.87% -
XYZ 44.7 44.63 7.93 -
YUV 170.56 52.07 163.98 -
System Red Green Blue C M Y K H S L
Decimal 221 171 36 0 0.23 0.84 0.13 43.78 0.73 0.5
Hex DD AB 24 0 17 54 D 2C 49 32
Octal 335 253 44 0 27 124 15 54 111 62
Binary 11011101 10101011 100100 0 10111 1010100 1101 101100 1001001 110010

Color Harmonies of #DDAB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB24

Black with #DDAB24

Text Example


Text Example

White with #DDAB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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