Html Css Color HEX #DDA32E Galliano

📋 copy color: '#DDA32E'

red 221 ◦ green 163 ◦ blue 46

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

Shades of Galliano #DDA32E

Tints of Galliano #DDA32E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

 BLUE value IS 46 (18.36% from 255) = 10.7%

R = 51.4%
G = 37.91%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDA32E (or 0xDDA32E) is known color: Galliano. HEX triplet: DD, A3 and 2E. RGB value is (221,163,46). Sum of RGB (Red+Green+Blue) = 221+163+46=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA32E is #225CD1. Grayscale: #A7A7A7. Windows color (decimal): -2251986 or 3056605. OLE color: 3056605.

HSL color Cylindrical-coordinate representation of color #DDA32E: hue angle of 40.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDA32E is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 163 46 -
CMYK 0 0.26 0.79 0.13
HSL 40.11º 0.72% 0.52% -
HSV(B) 40.11º 0.79% 0.87% -
XYZ 43.41 41.76 8.36 -
YUV 167 59.72 166.51 -
System Red Green Blue C M Y K H S L
Decimal 221 163 46 0 0.26 0.79 0.13 40.11 0.72 0.52
Hex DD A3 2E 0 1A 4F D 28 48 34
Octal 335 243 56 0 32 117 15 50 110 64
Binary 11011101 10100011 101110 0 11010 1001111 1101 101000 1001000 110100

Color Harmonies of #DDA32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA32E

Black with #DDA32E

Text Example


Text Example

White with #DDA32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA32E; }

 p { color: rgb(221,163,46); }

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

background-color css

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

 a { background-color: rgb(221,163,46); }

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

border-color css

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

 span { border-color: rgb(221,163,46); }

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