Html Css Color HEX #DDA717 Galliano

📋 copy color: '#DDA717'

red 221 ◦ green 167 ◦ blue 23

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

Shades of Galliano #DDA717

Tints of Galliano #DDA717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.6%

R = 53.77%
G = 40.63%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA717 (or 0xDDA717) is known color: Galliano. HEX triplet: DD, A7 and 17. RGB value is (221,167,23). Sum of RGB (Red+Green+Blue) = 221+167+23=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA717 is #2258E8. Grayscale: #A7A7A7. Windows color (decimal): -2250985 or 1550301. OLE color: 1550301.

HSL color Cylindrical-coordinate representation of color #DDA717: hue angle of 43.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDA717 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 23 -
CMYK 0 0.24 0.90 0.13
HSL 43.64º 0.81% 0.48% -
HSV(B) 43.64º 0.9% 0.87% -
XYZ 43.79 43.07 6.82 -
YUV 166.73 46.89 166.71 -
System Red Green Blue C M Y K H S L
Decimal 221 167 23 0 0.24 0.90 0.13 43.64 0.81 0.48
Hex DD A7 17 0 18 5A D 2C 51 30
Octal 335 247 27 0 30 132 15 54 121 60
Binary 11011101 10100111 10111 0 11000 1011010 1101 101100 1010001 110000

Color Harmonies of #DDA717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA717

Black with #DDA717

Text Example


Text Example

White with #DDA717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA717; }

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

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

background-color css

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

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

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

border-color css

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

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

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