Html Css Color HEX #DDA317 Galliano

📋 copy color: '#DDA317'

red 221 ◦ green 163 ◦ blue 23

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

Shades of Galliano #DDA317

Tints of Galliano #DDA317

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

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

R = 54.3%
G = 40.05%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA317 (or 0xDDA317) is known color: Galliano. HEX triplet: DD, A3 and 17. RGB value is (221,163,23). Sum of RGB (Red+Green+Blue) = 221+163+23=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA317 is #225CE8. Grayscale: #A5A5A5. Windows color (decimal): -2252009 or 1549277. OLE color: 1549277.

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

Color convert

RGB 221 163 23 -
CMYK 0 0.26 0.90 0.13
HSL 42.42º 0.81% 0.48% -
HSV(B) 42.42º 0.9% 0.87% -
XYZ 43.07 41.63 6.58 -
YUV 164.38 48.22 168.38 -
System Red Green Blue C M Y K H S L
Decimal 221 163 23 0 0.26 0.90 0.13 42.42 0.81 0.48
Hex DD A3 17 0 1A 5A D 2A 51 30
Octal 335 243 27 0 32 132 15 52 121 60
Binary 11011101 10100011 10111 0 11010 1011010 1101 101010 1010001 110000

Color Harmonies of #DDA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA317

Black with #DDA317

Text Example


Text Example

White with #DDA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA317; }

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

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

background-color css

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

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

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

border-color css

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

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

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