Html Css Color HEX #DDA425 Galliano

📋 copy color: '#DDA425'

red 221 ◦ green 164 ◦ blue 37

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

Shades of Galliano #DDA425

Tints of Galliano #DDA425

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 52.37%
G = 38.86%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDA425 (or 0xDDA425) is known color: Galliano. HEX triplet: DD, A4 and 25. RGB value is (221,164,37). Sum of RGB (Red+Green+Blue) = 221+164+37=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA425 is #225BDA. Grayscale: #A7A7A7. Windows color (decimal): -2251739 or 2467037. OLE color: 2467037.

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

Color convert

RGB 221 164 37 -
CMYK 0 0.26 0.83 0.13
HSL 41.41º 0.73% 0.51% -
HSV(B) 41.41º 0.83% 0.87% -
XYZ 43.43 42.06 7.58 -
YUV 166.57 54.88 166.83 -
System Red Green Blue C M Y K H S L
Decimal 221 164 37 0 0.26 0.83 0.13 41.41 0.73 0.51
Hex DD A4 25 0 1A 53 D 29 49 33
Octal 335 244 45 0 32 123 15 51 111 63
Binary 11011101 10100100 100101 0 11010 1010011 1101 101001 1001001 110011

Color Harmonies of #DDA425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA425

Black with #DDA425

Text Example


Text Example

White with #DDA425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA425; }

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

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

background-color css

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

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

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

border-color css

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

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

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