Html Css Color HEX #DDA026 Galliano

📋 copy color: '#DDA026'

red 221 ◦ green 160 ◦ blue 38

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

Shades of Galliano #DDA026

Tints of Galliano #DDA026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.19%

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

R = 52.74%
G = 38.19%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDA026 (or 0xDDA026) is known color: Galliano. HEX triplet: DD, A0 and 26. RGB value is (221,160,38). Sum of RGB (Red+Green+Blue) = 221+160+38=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA026 is #225FD9. Grayscale: #A4A4A4. Windows color (decimal): -2252762 or 2531549. OLE color: 2531549.

HSL color Cylindrical-coordinate representation of color #DDA026: hue angle of 40º 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 #DDA026 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 38 -
CMYK 0 0.28 0.83 0.13
HSL 40º 0.73% 0.51% -
HSV(B) 40º 0.83% 0.87% -
XYZ 42.74 40.65 7.43 -
YUV 164.33 56.71 168.42 -
System Red Green Blue C M Y K H S L
Decimal 221 160 38 0 0.28 0.83 0.13 40 0.73 0.51
Hex DD A0 26 0 1C 53 D 28 49 33
Octal 335 240 46 0 34 123 15 50 111 63
Binary 11011101 10100000 100110 0 11100 1010011 1101 101000 1001001 110011

Color Harmonies of #DDA026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA026

Black with #DDA026

Text Example


Text Example

White with #DDA026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA026; }

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

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

background-color css

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

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

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

border-color css

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

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

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