Html Css Color HEX #DDA82E Galliano

📋 copy color: '#DDA82E'

red 221 ◦ green 168 ◦ blue 46

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

Shades of Galliano #DDA82E

Tints of Galliano #DDA82E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

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

R = 50.8%
G = 38.62%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDA82E (or 0xDDA82E) is known color: Galliano. HEX triplet: DD, A8 and 2E. RGB value is (221,168,46). Sum of RGB (Red+Green+Blue) = 221+168+46=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA82E is #2257D1. Grayscale: #AAAAAA. Windows color (decimal): -2250706 or 3057885. OLE color: 3057885.

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

Color convert

RGB 221 168 46 -
CMYK 0 0.24 0.79 0.13
HSL 41.83º 0.72% 0.52% -
HSV(B) 41.83º 0.79% 0.87% -
XYZ 44.31 43.57 8.66 -
YUV 169.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 221 168 46 0 0.24 0.79 0.13 41.83 0.72 0.52
Hex DD A8 2E 0 18 4F D 2A 48 34
Octal 335 250 56 0 30 117 15 52 110 64
Binary 11011101 10101000 101110 0 11000 1001111 1101 101010 1001000 110100

Color Harmonies of #DDA82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA82E

Black with #DDA82E

Text Example


Text Example

White with #DDA82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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