Html Css Color HEX #DDA928 Galliano

📋 copy color: '#DDA928'

red 221 ◦ green 169 ◦ blue 40

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

Shades of Galliano #DDA928

Tints of Galliano #DDA928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 51.4%
G = 39.3%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDA928 (or 0xDDA928) is known color: Galliano. HEX triplet: DD, A9 and 28. RGB value is (221,169,40). Sum of RGB (Red+Green+Blue) = 221+169+40=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA928 is #2256D7. Grayscale: #AAAAAA. Windows color (decimal): -2250456 or 2664925. OLE color: 2664925.

HSL color Cylindrical-coordinate representation of color #DDA928: hue angle of 42.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDA928 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 40 -
CMYK 0 0.24 0.82 0.13
HSL 42.76º 0.73% 0.51% -
HSV(B) 42.76º 0.82% 0.87% -
XYZ 44.39 43.9 8.14 -
YUV 169.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 221 169 40 0 0.24 0.82 0.13 42.76 0.73 0.51
Hex DD A9 28 0 18 52 D 2B 49 33
Octal 335 251 50 0 30 122 15 53 111 63
Binary 11011101 10101001 101000 0 11000 1010010 1101 101011 1001001 110011

Color Harmonies of #DDA928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA928

Black with #DDA928

Text Example


Text Example

White with #DDA928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA928; }

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

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

background-color css

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

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

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

border-color css

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

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

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