Html Css Color HEX #DDA517 Galliano

📋 copy color: '#DDA517'

red 221 ◦ green 165 ◦ blue 23

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

Shades of Galliano #DDA517

Tints of Galliano #DDA517

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.34%

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

R = 54.03%
G = 40.34%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA517 (or 0xDDA517) is known color: Galliano. HEX triplet: DD, A5 and 17. RGB value is (221,165,23). Sum of RGB (Red+Green+Blue) = 221+165+23=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA517 is #225AE8. Grayscale: #A6A6A6. Windows color (decimal): -2251497 or 1549789. OLE color: 1549789.

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

Color convert

RGB 221 165 23 -
CMYK 0 0.25 0.90 0.13
HSL 43.03º 0.81% 0.48% -
HSV(B) 43.03º 0.9% 0.87% -
XYZ 43.43 42.34 6.69 -
YUV 165.56 47.55 167.55 -
System Red Green Blue C M Y K H S L
Decimal 221 165 23 0 0.25 0.90 0.13 43.03 0.81 0.48
Hex DD A5 17 0 19 5A D 2B 51 30
Octal 335 245 27 0 31 132 15 53 121 60
Binary 11011101 10100101 10111 0 11001 1011010 1101 101011 1010001 110000

Color Harmonies of #DDA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA517

Black with #DDA517

Text Example


Text Example

White with #DDA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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