Html Css Color HEX #DDA11D Galliano

📋 copy color: '#DDA11D'

red 221 ◦ green 161 ◦ blue 29

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

Shades of Galliano #DDA11D

Tints of Galliano #DDA11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 53.77%
G = 39.17%
B = 7.06%

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

#DDA11D (or 0xDDA11D) is known color: Galliano. HEX triplet: DD, A1 and 1D. RGB value is (221,161,29). Sum of RGB (Red+Green+Blue) = 221+161+29=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA11D is #225EE2. Grayscale: #A4A4A4. Windows color (decimal): -2252515 or 1941981. OLE color: 1941981.

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

Color convert

RGB 221 161 29 -
CMYK 0 0.27 0.87 0.13
HSL 41.25º 0.77% 0.49% -
HSV(B) 41.25º 0.87% 0.87% -
XYZ 42.79 40.95 6.81 -
YUV 163.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 221 161 29 0 0.27 0.87 0.13 41.25 0.77 0.49
Hex DD A1 1D 0 1B 57 D 29 4D 31
Octal 335 241 35 0 33 127 15 51 115 61
Binary 11011101 10100001 11101 0 11011 1010111 1101 101001 1001101 110001

Color Harmonies of #DDA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA11D

Black with #DDA11D

Text Example


Text Example

White with #DDA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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