Html Css Color HEX #DDA728 Galliano

📋 copy color: '#DDA728'

red 221 ◦ green 167 ◦ blue 40

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

Shades of Galliano #DDA728

Tints of Galliano #DDA728

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

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

R = 51.64%
G = 39.02%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDA728 (or 0xDDA728) is known color: Galliano. HEX triplet: DD, A7 and 28. RGB value is (221,167,40). Sum of RGB (Red+Green+Blue) = 221+167+40=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA728 is #2258D7. Grayscale: #A9A9A9. Windows color (decimal): -2250968 or 2664413. OLE color: 2664413.

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

Color convert

RGB 221 167 40 -
CMYK 0 0.24 0.82 0.13
HSL 42.1º 0.73% 0.51% -
HSV(B) 42.1º 0.82% 0.87% -
XYZ 44.02 43.16 8.02 -
YUV 168.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 221 167 40 0 0.24 0.82 0.13 42.1 0.73 0.51
Hex DD A7 28 0 18 52 D 2A 49 33
Octal 335 247 50 0 30 122 15 52 111 63
Binary 11011101 10100111 101000 0 11000 1010010 1101 101010 1001001 110011

Color Harmonies of #DDA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA728

Black with #DDA728

Text Example


Text Example

White with #DDA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA728; }

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

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

background-color css

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

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

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

border-color css

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

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

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