Html Css Color HEX #DDA226 Galliano

📋 copy color: '#DDA226'

red 221 ◦ green 162 ◦ blue 38

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

Shades of Galliano #DDA226

Tints of Galliano #DDA226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

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

R = 52.49%
G = 38.48%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDA226 (or 0xDDA226) is known color: Galliano. HEX triplet: DD, A2 and 26. RGB value is (221,162,38). Sum of RGB (Red+Green+Blue) = 221+162+38=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA226 is #225DD9. Grayscale: #A6A6A6. Windows color (decimal): -2252250 or 2532061. OLE color: 2532061.

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

Color convert

RGB 221 162 38 -
CMYK 0 0.27 0.83 0.13
HSL 40.66º 0.73% 0.51% -
HSV(B) 40.66º 0.83% 0.87% -
XYZ 43.09 41.35 7.54 -
YUV 165.51 56.05 167.58 -
System Red Green Blue C M Y K H S L
Decimal 221 162 38 0 0.27 0.83 0.13 40.66 0.73 0.51
Hex DD A2 26 0 1B 53 D 29 49 33
Octal 335 242 46 0 33 123 15 51 111 63
Binary 11011101 10100010 100110 0 11011 1010011 1101 101001 1001001 110011

Color Harmonies of #DDA226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA226

Black with #DDA226

Text Example


Text Example

White with #DDA226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA226; }

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

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

background-color css

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

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

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

border-color css

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

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

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