Html Css Color HEX #DDA128 Galliano

📋 copy color: '#DDA128'

red 221 ◦ green 161 ◦ blue 40

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

Shades of Galliano #DDA128

Tints of Galliano #DDA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

 BLUE value IS 40 (16.02% from 255) = 9.48%

R = 52.37%
G = 38.15%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDA128 (or 0xDDA128) is known color: Galliano. HEX triplet: DD, A1 and 28. RGB value is (221,161,40). Sum of RGB (Red+Green+Blue) = 221+161+40=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA128 is #225ED7. Grayscale: #A5A5A5. Windows color (decimal): -2252504 or 2662877. OLE color: 2662877.

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

Color convert

RGB 221 161 40 -
CMYK 0 0.27 0.82 0.13
HSL 40.11º 0.73% 0.51% -
HSV(B) 40.11º 0.82% 0.87% -
XYZ 42.95 41.02 7.66 -
YUV 165.15 57.38 167.84 -
System Red Green Blue C M Y K H S L
Decimal 221 161 40 0 0.27 0.82 0.13 40.11 0.73 0.51
Hex DD A1 28 0 1B 52 D 28 49 33
Octal 335 241 50 0 33 122 15 50 111 63
Binary 11011101 10100001 101000 0 11011 1010010 1101 101000 1001001 110011

Color Harmonies of #DDA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA128

Black with #DDA128

Text Example


Text Example

White with #DDA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA128; }

 p { color: rgb(221,161,40); }

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

background-color css

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

 a { background-color: rgb(221,161,40); }

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

border-color css

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

 span { border-color: rgb(221,161,40); }

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