Html Css Color HEX #DDA62E Galliano

📋 copy color: '#DDA62E'

red 221 ◦ green 166 ◦ blue 46

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

Shades of Galliano #DDA62E

Tints of Galliano #DDA62E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.34%

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

R = 51.04%
G = 38.34%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDA62E (or 0xDDA62E) is known color: Galliano. HEX triplet: DD, A6 and 2E. RGB value is (221,166,46). Sum of RGB (Red+Green+Blue) = 221+166+46=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA62E is #2259D1. Grayscale: #A9A9A9. Windows color (decimal): -2251218 or 3057373. OLE color: 3057373.

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

Color convert

RGB 221 166 46 -
CMYK 0 0.25 0.79 0.13
HSL 41.14º 0.72% 0.52% -
HSV(B) 41.14º 0.79% 0.87% -
XYZ 43.95 42.84 8.54 -
YUV 168.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 221 166 46 0 0.25 0.79 0.13 41.14 0.72 0.52
Hex DD A6 2E 0 19 4F D 29 48 34
Octal 335 246 56 0 31 117 15 51 110 64
Binary 11011101 10100110 101110 0 11001 1001111 1101 101001 1001000 110100

Color Harmonies of #DDA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA62E

Black with #DDA62E

Text Example


Text Example

White with #DDA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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