Html Css Color HEX #DDAF14 Galliano

📋 copy color: '#DDAF14'

red 221 ◦ green 175 ◦ blue 20

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

Shades of Galliano #DDAF14

Tints of Galliano #DDAF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.81%

R = 53.13%
G = 42.07%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDAF14 (or 0xDDAF14) is known color: Galliano. HEX triplet: DD, AF and 14. RGB value is (221,175,20). Sum of RGB (Red+Green+Blue) = 221+175+20=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAF14 is #2250EB. Grayscale: #ABABAB. Windows color (decimal): -2248940 or 1355741. OLE color: 1355741.

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

Color convert

RGB 221 175 20 -
CMYK 0 0.21 0.91 0.13
HSL 46.27º 0.83% 0.47% -
HSV(B) 46.27º 0.91% 0.87% -
XYZ 45.28 46.08 7.17 -
YUV 171.08 42.74 163.6 -
System Red Green Blue C M Y K H S L
Decimal 221 175 20 0 0.21 0.91 0.13 46.27 0.83 0.47
Hex DD AF 14 0 15 5B D 2E 53 2F
Octal 335 257 24 0 25 133 15 56 123 57
Binary 11011101 10101111 10100 0 10101 1011011 1101 101110 1010011 101111

Color Harmonies of #DDAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF14

Black with #DDAF14

Text Example


Text Example

White with #DDAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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