Html Css Color HEX #DDA528 Galliano

📋 copy color: '#DDA528'

red 221 ◦ green 165 ◦ blue 40

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

Shades of Galliano #DDA528

Tints of Galliano #DDA528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

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

R = 51.88%
G = 38.73%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDA528 (or 0xDDA528) is known color: Galliano. HEX triplet: DD, A5 and 28. RGB value is (221,165,40). Sum of RGB (Red+Green+Blue) = 221+165+40=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA528 is #225AD7. Grayscale: #A8A8A8. Windows color (decimal): -2251480 or 2663901. OLE color: 2663901.

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

Color convert

RGB 221 165 40 -
CMYK 0 0.25 0.82 0.13
HSL 41.44º 0.73% 0.51% -
HSV(B) 41.44º 0.82% 0.87% -
XYZ 43.66 42.44 7.9 -
YUV 167.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 221 165 40 0 0.25 0.82 0.13 41.44 0.73 0.51
Hex DD A5 28 0 19 52 D 29 49 33
Octal 335 245 50 0 31 122 15 51 111 63
Binary 11011101 10100101 101000 0 11001 1010010 1101 101001 1001001 110011

Color Harmonies of #DDA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA528

Black with #DDA528

Text Example


Text Example

White with #DDA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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