Html Css Color HEX #DDA41D Galliano

📋 copy color: '#DDA41D'

red 221 ◦ green 164 ◦ blue 29

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

Shades of Galliano #DDA41D

Tints of Galliano #DDA41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

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

R = 53.38%
G = 39.61%
B = 7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDA41D (or 0xDDA41D) is known color: Galliano. HEX triplet: DD, A4 and 1D. RGB value is (221,164,29). Sum of RGB (Red+Green+Blue) = 221+164+29=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA41D is #225BE2. Grayscale: #A6A6A6. Windows color (decimal): -2251747 or 1942749. OLE color: 1942749.

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

Color convert

RGB 221 164 29 -
CMYK 0 0.26 0.87 0.13
HSL 42.19º 0.77% 0.49% -
HSV(B) 42.19º 0.87% 0.87% -
XYZ 43.32 42.01 6.99 -
YUV 165.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 221 164 29 0 0.26 0.87 0.13 42.19 0.77 0.49
Hex DD A4 1D 0 1A 57 D 2A 4D 31
Octal 335 244 35 0 32 127 15 52 115 61
Binary 11011101 10100100 11101 0 11010 1010111 1101 101010 1001101 110001

Color Harmonies of #DDA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA41D

Black with #DDA41D

Text Example


Text Example

White with #DDA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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