Html Css Color HEX #DDAD1C Galliano

📋 copy color: '#DDAD1C'

red 221 ◦ green 173 ◦ blue 28

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

Shades of Galliano #DDAD1C

Tints of Galliano #DDAD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 28 (11.33% from 255) = 6.64%

R = 52.37%
G = 41%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDAD1C (or 0xDDAD1C) is known color: Galliano. HEX triplet: DD, AD and 1C. RGB value is (221,173,28). Sum of RGB (Red+Green+Blue) = 221+173+28=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD1C is #2252E3. Grayscale: #ABABAB. Windows color (decimal): -2249444 or 1879517. OLE color: 1879517.

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

Color convert

RGB 221 173 28 -
CMYK 0 0.22 0.87 0.13
HSL 45.08º 0.78% 0.49% -
HSV(B) 45.08º 0.87% 0.87% -
XYZ 44.97 45.34 7.48 -
YUV 170.82 47.4 163.79 -
System Red Green Blue C M Y K H S L
Decimal 221 173 28 0 0.22 0.87 0.13 45.08 0.78 0.49
Hex DD AD 1C 0 16 57 D 2D 4E 31
Octal 335 255 34 0 26 127 15 55 116 61
Binary 11011101 10101101 11100 0 10110 1010111 1101 101101 1001110 110001

Color Harmonies of #DDAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD1C

Black with #DDAD1C

Text Example


Text Example

White with #DDAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD1C; }

 p { color: rgb(221,173,28); }

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

background-color css

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

 a { background-color: rgb(221,173,28); }

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

border-color css

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

 span { border-color: rgb(221,173,28); }

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