Html Css Color HEX #DDAC1F Galliano

📋 copy color: '#DDAC1F'

red 221 ◦ green 172 ◦ blue 31

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

Shades of Galliano #DDAC1F

Tints of Galliano #DDAC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.31%

R = 52.12%
G = 40.57%
B = 7.31%

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

#DDAC1F (or 0xDDAC1F) is known color: Galliano. HEX triplet: DD, AC and 1F. RGB value is (221,172,31). Sum of RGB (Red+Green+Blue) = 221+172+31=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC1F is #2253E0. Grayscale: #ABABAB. Windows color (decimal): -2249697 or 2075869. OLE color: 2075869.

HSL color Cylindrical-coordinate representation of color #DDAC1F: hue angle of 44.53º degrees, saturation: 0.75, 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 #DDAC1F is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 31 -
CMYK 0 0.22 0.86 0.13
HSL 44.53º 0.75% 0.49% -
HSV(B) 44.53º 0.86% 0.87% -
XYZ 44.82 44.98 7.62 -
YUV 170.58 49.23 163.96 -
System Red Green Blue C M Y K H S L
Decimal 221 172 31 0 0.22 0.86 0.13 44.53 0.75 0.49
Hex DD AC 1F 0 16 56 D 2D 4B 31
Octal 335 254 37 0 26 126 15 55 113 61
Binary 11011101 10101100 11111 0 10110 1010110 1101 101101 1001011 110001

Color Harmonies of #DDAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC1F

Black with #DDAC1F

Text Example


Text Example

White with #DDAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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