Html Css Color HEX #DDA925 Galliano

📋 copy color: '#DDA925'

red 221 ◦ green 169 ◦ blue 37

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

Shades of Galliano #DDA925

Tints of Galliano #DDA925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.67%

R = 51.76%
G = 39.58%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDA925 (or 0xDDA925) is known color: Galliano. HEX triplet: DD, A9 and 25. RGB value is (221,169,37). Sum of RGB (Red+Green+Blue) = 221+169+37=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA925 is #2256DA. Grayscale: #AAAAAA. Windows color (decimal): -2250459 or 2468317. OLE color: 2468317.

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

Color convert

RGB 221 169 37 -
CMYK 0 0.24 0.83 0.13
HSL 43.04º 0.73% 0.51% -
HSV(B) 43.04º 0.83% 0.87% -
XYZ 44.34 43.88 7.88 -
YUV 169.5 53.23 164.73 -
System Red Green Blue C M Y K H S L
Decimal 221 169 37 0 0.24 0.83 0.13 43.04 0.73 0.51
Hex DD A9 25 0 18 53 D 2B 49 33
Octal 335 251 45 0 30 123 15 53 111 63
Binary 11011101 10101001 100101 0 11000 1010011 1101 101011 1001001 110011

Color Harmonies of #DDA925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA925

Black with #DDA925

Text Example


Text Example

White with #DDA925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA925; }

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

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

background-color css

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

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

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

border-color css

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

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

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