Html Css Color HEX #DDA62C Galliano

📋 copy color: '#DDA62C'

red 221 ◦ green 166 ◦ blue 44

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

Shades of Galliano #DDA62C

Tints of Galliano #DDA62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.21%

R = 51.28%
G = 38.52%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDA62C (or 0xDDA62C) is known color: Galliano. HEX triplet: DD, A6 and 2C. RGB value is (221,166,44). Sum of RGB (Red+Green+Blue) = 221+166+44=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA62C is #2259D3. Grayscale: #A9A9A9. Windows color (decimal): -2251220 or 2926301. OLE color: 2926301.

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

Color convert

RGB 221 166 44 -
CMYK 0 0.25 0.80 0.13
HSL 41.36º 0.72% 0.52% -
HSV(B) 41.36º 0.8% 0.87% -
XYZ 43.91 42.83 8.33 -
YUV 168.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 221 166 44 0 0.25 0.80 0.13 41.36 0.72 0.52
Hex DD A6 2C 0 19 50 D 29 48 34
Octal 335 246 54 0 31 120 15 51 110 64
Binary 11011101 10100110 101100 0 11001 1010000 1101 101001 1001000 110100

Color Harmonies of #DDA62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA62C

Black with #DDA62C

Text Example


Text Example

White with #DDA62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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