Html Css Color HEX #DDAC22 Galliano

📋 copy color: '#DDAC22'

red 221 ◦ green 172 ◦ blue 34

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

Shades of Galliano #DDAC22

Tints of Galliano #DDAC22

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

 BLUE value IS 34 (13.67% from 255) = 7.96%

R = 51.76%
G = 40.28%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDAC22 (or 0xDDAC22) is known color: Galliano. HEX triplet: DD, AC and 22. RGB value is (221,172,34). Sum of RGB (Red+Green+Blue) = 221+172+34=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 34 (13.67% from 255 or 7.96% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC22 is #2253DD. Grayscale: #ABABAB. Windows color (decimal): -2249694 or 2272477. OLE color: 2272477.

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

Color convert

RGB 221 172 34 -
CMYK 0 0.22 0.85 0.13
HSL 44.28º 0.73% 0.5% -
HSV(B) 44.28º 0.85% 0.87% -
XYZ 44.86 44.99 7.83 -
YUV 170.92 50.73 163.72 -
System Red Green Blue C M Y K H S L
Decimal 221 172 34 0 0.22 0.85 0.13 44.28 0.73 0.5
Hex DD AC 22 0 16 55 D 2C 49 32
Octal 335 254 42 0 26 125 15 54 111 62
Binary 11011101 10101100 100010 0 10110 1010101 1101 101100 1001001 110010

Color Harmonies of #DDAC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC22

Black with #DDAC22

Text Example


Text Example

White with #DDAC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC22; }

 p { color: rgb(221,172,34); }

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

background-color css

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

 a { background-color: rgb(221,172,34); }

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

border-color css

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

 span { border-color: rgb(221,172,34); }

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