Html Css Color HEX #DDAC26 Galliano

📋 copy color: '#DDAC26'

red 221 ◦ green 172 ◦ blue 38

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

Shades of Galliano #DDAC26

Tints of Galliano #DDAC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.82%

R = 51.28%
G = 39.91%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDAC26 (or 0xDDAC26) is known color: Galliano. HEX triplet: DD, AC and 26. RGB value is (221,172,38). Sum of RGB (Red+Green+Blue) = 221+172+38=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC26 is #2253D9. Grayscale: #ABABAB. Windows color (decimal): -2249690 or 2534621. OLE color: 2534621.

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

Color convert

RGB 221 172 38 -
CMYK 0 0.22 0.83 0.13
HSL 43.93º 0.73% 0.51% -
HSV(B) 43.93º 0.83% 0.87% -
XYZ 44.92 45.02 8.16 -
YUV 171.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 221 172 38 0 0.22 0.83 0.13 43.93 0.73 0.51
Hex DD AC 26 0 16 53 D 2C 49 33
Octal 335 254 46 0 26 123 15 54 111 63
Binary 11011101 10101100 100110 0 10110 1010011 1101 101100 1001001 110011

Color Harmonies of #DDAC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC26

Black with #DDAC26

Text Example


Text Example

White with #DDAC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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