Html Css Color HEX #DDAB1B Galliano

📋 copy color: '#DDAB1B'

red 221 ◦ green 171 ◦ blue 27

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

Shades of Galliano #DDAB1B

Tints of Galliano #DDAB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.44%

R = 52.74%
G = 40.81%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDAB1B (or 0xDDAB1B) is known color: Galliano. HEX triplet: DD, AB and 1B. RGB value is (221,171,27). Sum of RGB (Red+Green+Blue) = 221+171+27=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB1B is #2254E4. Grayscale: #AAAAAA. Windows color (decimal): -2249957 or 1813469. OLE color: 1813469.

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

Color convert

RGB 221 171 27 -
CMYK 0 0.23 0.88 0.13
HSL 44.54º 0.78% 0.49% -
HSV(B) 44.54º 0.88% 0.87% -
XYZ 44.58 44.58 7.29 -
YUV 169.53 47.57 164.71 -
System Red Green Blue C M Y K H S L
Decimal 221 171 27 0 0.23 0.88 0.13 44.54 0.78 0.49
Hex DD AB 1B 0 17 58 D 2D 4E 31
Octal 335 253 33 0 27 130 15 55 116 61
Binary 11011101 10101011 11011 0 10111 1011000 1101 101101 1001110 110001

Color Harmonies of #DDAB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB1B

Black with #DDAB1B

Text Example


Text Example

White with #DDAB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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