Html Css Color HEX #DDA825 Galliano

📋 copy color: '#DDA825'

red 221 ◦ green 168 ◦ blue 37

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

Shades of Galliano #DDA825

Tints of Galliano #DDA825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

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

R = 51.88%
G = 39.44%
B = 8.69%

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

#DDA825 (or 0xDDA825) is known color: Galliano. HEX triplet: DD, A8 and 25. RGB value is (221,168,37). Sum of RGB (Red+Green+Blue) = 221+168+37=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA825 is #2257DA. Grayscale: #A9A9A9. Windows color (decimal): -2250715 or 2468061. OLE color: 2468061.

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

Color convert

RGB 221 168 37 -
CMYK 0 0.24 0.83 0.13
HSL 42.72º 0.73% 0.51% -
HSV(B) 42.72º 0.83% 0.87% -
XYZ 44.16 43.51 7.82 -
YUV 168.91 53.56 165.15 -
System Red Green Blue C M Y K H S L
Decimal 221 168 37 0 0.24 0.83 0.13 42.72 0.73 0.51
Hex DD A8 25 0 18 53 D 2B 49 33
Octal 335 250 45 0 30 123 15 53 111 63
Binary 11011101 10101000 100101 0 11000 1010011 1101 101011 1001001 110011

Color Harmonies of #DDA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA825

Black with #DDA825

Text Example


Text Example

White with #DDA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA825; }

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

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

background-color css

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

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

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

border-color css

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

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

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