Html Css Color HEX #DDA524 Galliano

📋 copy color: '#DDA524'

red 221 ◦ green 165 ◦ blue 36

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

Shades of Galliano #DDA524

Tints of Galliano #DDA524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.53%

R = 52.37%
G = 39.1%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDA524 (or 0xDDA524) is known color: Galliano. HEX triplet: DD, A5 and 24. RGB value is (221,165,36). Sum of RGB (Red+Green+Blue) = 221+165+36=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA524 is #225ADB. Grayscale: #A7A7A7. Windows color (decimal): -2251484 or 2401757. OLE color: 2401757.

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

Color convert

RGB 221 165 36 -
CMYK 0 0.25 0.84 0.13
HSL 41.84º 0.73% 0.5% -
HSV(B) 41.84º 0.84% 0.87% -
XYZ 43.59 42.41 7.56 -
YUV 167.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 221 165 36 0 0.25 0.84 0.13 41.84 0.73 0.5
Hex DD A5 24 0 19 54 D 2A 49 32
Octal 335 245 44 0 31 124 15 52 111 62
Binary 11011101 10100101 100100 0 11001 1010100 1101 101010 1001001 110010

Color Harmonies of #DDA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA524

Black with #DDA524

Text Example


Text Example

White with #DDA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA524; }

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

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

background-color css

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

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

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

border-color css

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

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

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