Html Css Color HEX #DDAA2B Galliano

📋 copy color: '#DDAA2B'

red 221 ◦ green 170 ◦ blue 43

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

Shades of Galliano #DDAA2B

Tints of Galliano #DDAA2B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 43 (17.19% from 255) = 9.91%

R = 50.92%
G = 39.17%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDAA2B (or 0xDDAA2B) is known color: Galliano. HEX triplet: DD, AA and 2B. RGB value is (221,170,43). Sum of RGB (Red+Green+Blue) = 221+170+43=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA2B is #2255D4. Grayscale: #ABABAB. Windows color (decimal): -2250197 or 2861789. OLE color: 2861789.

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

Color convert

RGB 221 170 43 -
CMYK 0 0.23 0.81 0.13
HSL 42.81º 0.72% 0.52% -
HSV(B) 42.81º 0.81% 0.87% -
XYZ 44.63 44.3 8.48 -
YUV 170.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 221 170 43 0 0.23 0.81 0.13 42.81 0.72 0.52
Hex DD AA 2B 0 17 51 D 2B 48 34
Octal 335 252 53 0 27 121 15 53 110 64
Binary 11011101 10101010 101011 0 10111 1010001 1101 101011 1001000 110100

Color Harmonies of #DDAA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA2B

Black with #DDAA2B

Text Example


Text Example

White with #DDAA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA2B; }

 p { color: rgb(221,170,43); }

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

background-color css

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

 a { background-color: rgb(221,170,43); }

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

border-color css

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

 span { border-color: rgb(221,170,43); }

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