Html Css Color HEX #DDAF17 Galliano

📋 copy color: '#DDAF17'

red 221 ◦ green 175 ◦ blue 23

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

Shades of Galliano #DDAF17

Tints of Galliano #DDAF17

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.77%

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

R = 52.74%
G = 41.77%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDAF17 (or 0xDDAF17) is known color: Galliano. HEX triplet: DD, AF and 17. RGB value is (221,175,23). Sum of RGB (Red+Green+Blue) = 221+175+23=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAF17 is #2250E8. Grayscale: #ACACAC. Windows color (decimal): -2248937 or 1552349. OLE color: 1552349.

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

Color convert

RGB 221 175 23 -
CMYK 0 0.21 0.90 0.13
HSL 46.06º 0.81% 0.48% -
HSV(B) 46.06º 0.9% 0.87% -
XYZ 45.3 46.09 7.32 -
YUV 171.43 44.24 163.36 -
System Red Green Blue C M Y K H S L
Decimal 221 175 23 0 0.21 0.90 0.13 46.06 0.81 0.48
Hex DD AF 17 0 15 5A D 2E 51 30
Octal 335 257 27 0 25 132 15 56 121 60
Binary 11011101 10101111 10111 0 10101 1011010 1101 101110 1010001 110000

Color Harmonies of #DDAF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF17

Black with #DDAF17

Text Example


Text Example

White with #DDAF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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