Html Css Color HEX #DDA91D Galliano

📋 copy color: '#DDA91D'

red 221 ◦ green 169 ◦ blue 29

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

Shades of Galliano #DDA91D

Tints of Galliano #DDA91D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.33%

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

R = 52.74%
G = 40.33%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDA91D (or 0xDDA91D) is known color: Galliano. HEX triplet: DD, A9 and 1D. RGB value is (221,169,29). Sum of RGB (Red+Green+Blue) = 221+169+29=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA91D is #2256E2. Grayscale: #A9A9A9. Windows color (decimal): -2250467 or 1944029. OLE color: 1944029.

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

Color convert

RGB 221 169 29 -
CMYK 0 0.24 0.87 0.13
HSL 43.75º 0.77% 0.49% -
HSV(B) 43.75º 0.87% 0.87% -
XYZ 44.23 43.84 7.29 -
YUV 168.59 49.23 165.38 -
System Red Green Blue C M Y K H S L
Decimal 221 169 29 0 0.24 0.87 0.13 43.75 0.77 0.49
Hex DD A9 1D 0 18 57 D 2C 4D 31
Octal 335 251 35 0 30 127 15 54 115 61
Binary 11011101 10101001 11101 0 11000 1010111 1101 101100 1001101 110001

Color Harmonies of #DDA91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA91D

Black with #DDA91D

Text Example


Text Example

White with #DDA91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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