Html Css Color HEX #DDA814 Galliano

📋 copy color: '#DDA814'

red 221 ◦ green 168 ◦ blue 20

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

Shades of Galliano #DDA814

Tints of Galliano #DDA814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 54.03%
G = 41.08%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDA814 (or 0xDDA814) is known color: Galliano. HEX triplet: DD, A8 and 14. RGB value is (221,168,20). Sum of RGB (Red+Green+Blue) = 221+168+20=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA814 is #2257EB. Grayscale: #A7A7A7. Windows color (decimal): -2250732 or 1353949. OLE color: 1353949.

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

Color convert

RGB 221 168 20 -
CMYK 0 0.24 0.91 0.13
HSL 44.18º 0.83% 0.47% -
HSV(B) 44.18º 0.91% 0.87% -
XYZ 43.95 43.43 6.73 -
YUV 166.98 45.06 166.53 -
System Red Green Blue C M Y K H S L
Decimal 221 168 20 0 0.24 0.91 0.13 44.18 0.83 0.47
Hex DD A8 14 0 18 5B D 2C 53 2F
Octal 335 250 24 0 30 133 15 54 123 57
Binary 11011101 10101000 10100 0 11000 1011011 1101 101100 1010011 101111

Color Harmonies of #DDA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA814

Black with #DDA814

Text Example


Text Example

White with #DDA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA814; }

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

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

background-color css

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

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

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

border-color css

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

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

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