Html Css Color HEX #DDAC1C Galliano

📋 copy color: '#DDAC1C'

red 221 ◦ green 172 ◦ blue 28

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

Shades of Galliano #DDAC1C

Tints of Galliano #DDAC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.65%

R = 52.49%
G = 40.86%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDAC1C (or 0xDDAC1C) is known color: Galliano. HEX triplet: DD, AC and 1C. RGB value is (221,172,28). Sum of RGB (Red+Green+Blue) = 221+172+28=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC1C is #2253E3. Grayscale: #AAAAAA. Windows color (decimal): -2249700 or 1879261. OLE color: 1879261.

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

Color convert

RGB 221 172 28 -
CMYK 0 0.22 0.87 0.13
HSL 44.77º 0.78% 0.49% -
HSV(B) 44.77º 0.87% 0.87% -
XYZ 44.78 44.96 7.42 -
YUV 170.24 47.73 164.21 -
System Red Green Blue C M Y K H S L
Decimal 221 172 28 0 0.22 0.87 0.13 44.77 0.78 0.49
Hex DD AC 1C 0 16 57 D 2D 4E 31
Octal 335 254 34 0 26 127 15 55 116 61
Binary 11011101 10101100 11100 0 10110 1010111 1101 101101 1001110 110001

Color Harmonies of #DDAC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC1C

Black with #DDAC1C

Text Example


Text Example

White with #DDAC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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