Html Css Color HEX #DDA11C Galliano

📋 copy color: '#DDA11C'

red 221 ◦ green 161 ◦ blue 28

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

Shades of Galliano #DDA11C

Tints of Galliano #DDA11C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.27%

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

R = 53.9%
G = 39.27%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDA11C (or 0xDDA11C) is known color: Galliano. HEX triplet: DD, A1 and 1C. RGB value is (221,161,28). Sum of RGB (Red+Green+Blue) = 221+161+28=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA11C is #225EE3. Grayscale: #A4A4A4. Windows color (decimal): -2252516 or 1876445. OLE color: 1876445.

HSL color Cylindrical-coordinate representation of color #DDA11C: hue angle of 41.35º 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 #DDA11C is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 28 -
CMYK 0 0.27 0.87 0.13
HSL 41.35º 0.78% 0.49% -
HSV(B) 41.35º 0.87% 0.87% -
XYZ 42.77 40.95 6.75 -
YUV 163.78 51.38 168.81 -
System Red Green Blue C M Y K H S L
Decimal 221 161 28 0 0.27 0.87 0.13 41.35 0.78 0.49
Hex DD A1 1C 0 1B 57 D 29 4E 31
Octal 335 241 34 0 33 127 15 51 116 61
Binary 11011101 10100001 11100 0 11011 1010111 1101 101001 1001110 110001

Color Harmonies of #DDA11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA11C

Black with #DDA11C

Text Example


Text Example

White with #DDA11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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