Html Css Color HEX #DDA325 Galliano

📋 copy color: '#DDA325'

red 221 ◦ green 163 ◦ blue 37

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

Shades of Galliano #DDA325

Tints of Galliano #DDA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

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

R = 52.49%
G = 38.72%
B = 8.79%

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

#DDA325 (or 0xDDA325) is known color: Galliano. HEX triplet: DD, A3 and 25. RGB value is (221,163,37). Sum of RGB (Red+Green+Blue) = 221+163+37=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA325 is #225CDA. Grayscale: #A6A6A6. Windows color (decimal): -2251995 or 2466781. OLE color: 2466781.

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

Color convert

RGB 221 163 37 -
CMYK 0 0.26 0.83 0.13
HSL 41.09º 0.73% 0.51% -
HSV(B) 41.09º 0.83% 0.87% -
XYZ 43.25 41.7 7.52 -
YUV 165.98 55.22 167.25 -
System Red Green Blue C M Y K H S L
Decimal 221 163 37 0 0.26 0.83 0.13 41.09 0.73 0.51
Hex DD A3 25 0 1A 53 D 29 49 33
Octal 335 243 45 0 32 123 15 51 111 63
Binary 11011101 10100011 100101 0 11010 1010011 1101 101001 1001001 110011

Color Harmonies of #DDA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA325

Black with #DDA325

Text Example


Text Example

White with #DDA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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