Html Css Color HEX #DDAF18 Galliano

📋 copy color: '#DDAF18'

red 221 ◦ green 175 ◦ blue 24

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

Shades of Galliano #DDAF18

Tints of Galliano #DDAF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.71%

R = 52.62%
G = 41.67%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDAF18 (or 0xDDAF18) is known color: Galliano. HEX triplet: DD, AF and 18. RGB value is (221,175,24). Sum of RGB (Red+Green+Blue) = 221+175+24=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAF18 is #2250E7. Grayscale: #ACACAC. Windows color (decimal): -2248936 or 1617885. OLE color: 1617885.

HSL color Cylindrical-coordinate representation of color #DDAF18: hue angle of 45.99º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDAF18 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 175 24 -
CMYK 0 0.21 0.89 0.13
HSL 45.99º 0.8% 0.48% -
HSV(B) 45.99º 0.89% 0.87% -
XYZ 45.31 46.1 7.37 -
YUV 171.54 44.74 163.28 -
System Red Green Blue C M Y K H S L
Decimal 221 175 24 0 0.21 0.89 0.13 45.99 0.8 0.48
Hex DD AF 18 0 15 59 D 2E 50 30
Octal 335 257 30 0 25 131 15 56 120 60
Binary 11011101 10101111 11000 0 10101 1011001 1101 101110 1010000 110000

Color Harmonies of #DDAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF18

Black with #DDAF18

Text Example


Text Example

White with #DDAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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