Html Css Color HEX #DDA615 Galliano

📋 copy color: '#DDA615'

red 221 ◦ green 166 ◦ blue 21

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

Shades of Galliano #DDA615

Tints of Galliano #DDA615

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 21 (8.59% from 255) = 5.15%

R = 54.17%
G = 40.69%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA615 (or 0xDDA615) is known color: Galliano. HEX triplet: DD, A6 and 15. RGB value is (221,166,21). Sum of RGB (Red+Green+Blue) = 221+166+21=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA615 is #2259EA. Grayscale: #A6A6A6. Windows color (decimal): -2251243 or 1418973. OLE color: 1418973.

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

Color convert

RGB 221 166 21 -
CMYK 0 0.25 0.90 0.13
HSL 43.5º 0.83% 0.47% -
HSV(B) 43.5º 0.9% 0.87% -
XYZ 43.59 42.7 6.65 -
YUV 165.92 46.22 167.29 -
System Red Green Blue C M Y K H S L
Decimal 221 166 21 0 0.25 0.90 0.13 43.5 0.83 0.47
Hex DD A6 15 0 19 5A D 2C 53 2F
Octal 335 246 25 0 31 132 15 54 123 57
Binary 11011101 10100110 10101 0 11001 1011010 1101 101100 1010011 101111

Color Harmonies of #DDA615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA615

Black with #DDA615

Text Example


Text Example

White with #DDA615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA615; }

 p { color: rgb(221,166,21); }

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

background-color css

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

 a { background-color: rgb(221,166,21); }

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

border-color css

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

 span { border-color: rgb(221,166,21); }

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