Html Css Color HEX #DDA624 Galliano

📋 copy color: '#DDA624'

red 221 ◦ green 166 ◦ blue 36

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

Shades of Galliano #DDA624

Tints of Galliano #DDA624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

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

R = 52.25%
G = 39.24%
B = 8.51%

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

#DDA624 (or 0xDDA624) is known color: Galliano. HEX triplet: DD, A6 and 24. RGB value is (221,166,36). Sum of RGB (Red+Green+Blue) = 221+166+36=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA624 is #2259DB. Grayscale: #A8A8A8. Windows color (decimal): -2251228 or 2402013. OLE color: 2402013.

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

Color convert

RGB 221 166 36 -
CMYK 0 0.25 0.84 0.13
HSL 42.16º 0.73% 0.5% -
HSV(B) 42.16º 0.84% 0.87% -
XYZ 43.77 42.77 7.62 -
YUV 167.63 53.72 166.07 -
System Red Green Blue C M Y K H S L
Decimal 221 166 36 0 0.25 0.84 0.13 42.16 0.73 0.5
Hex DD A6 24 0 19 54 D 2A 49 32
Octal 335 246 44 0 31 124 15 52 111 62
Binary 11011101 10100110 100100 0 11001 1010100 1101 101010 1001001 110010

Color Harmonies of #DDA624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA624

Black with #DDA624

Text Example


Text Example

White with #DDA624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA624; }

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

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

background-color css

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

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

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

border-color css

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

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

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