Html Css Color HEX #DDAC1E Galliano

📋 copy color: '#DDAC1E'

red 221 ◦ green 172 ◦ blue 30

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

Shades of Galliano #DDAC1E

Tints of Galliano #DDAC1E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

 BLUE value IS 30 (12.11% from 255) = 7.09%

R = 52.25%
G = 40.66%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDAC1E (or 0xDDAC1E) is known color: Galliano. HEX triplet: DD, AC and 1E. RGB value is (221,172,30). Sum of RGB (Red+Green+Blue) = 221+172+30=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC1E is #2253E1. Grayscale: #ABABAB. Windows color (decimal): -2249698 or 2010333. OLE color: 2010333.

HSL color Cylindrical-coordinate representation of color #DDAC1E: hue angle of 44.61º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDAC1E is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 30 -
CMYK 0 0.22 0.86 0.13
HSL 44.61º 0.76% 0.49% -
HSV(B) 44.61º 0.86% 0.87% -
XYZ 44.81 44.97 7.55 -
YUV 170.46 48.73 164.05 -
System Red Green Blue C M Y K H S L
Decimal 221 172 30 0 0.22 0.86 0.13 44.61 0.76 0.49
Hex DD AC 1E 0 16 56 D 2D 4C 31
Octal 335 254 36 0 26 126 15 55 114 61
Binary 11011101 10101100 11110 0 10110 1010110 1101 101101 1001100 110001

Color Harmonies of #DDAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC1E

Black with #DDAC1E

Text Example


Text Example

White with #DDAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC1E; }

 p { color: rgb(221,172,30); }

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

background-color css

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

 a { background-color: rgb(221,172,30); }

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

border-color css

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

 span { border-color: rgb(221,172,30); }

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