Html Css Color HEX #DDA62D Galliano

📋 copy color: '#DDA62D'

red 221 ◦ green 166 ◦ blue 45

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

Shades of Galliano #DDA62D

Tints of Galliano #DDA62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.42%

R = 51.16%
G = 38.43%
B = 10.42%

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

#DDA62D (or 0xDDA62D) is known color: Galliano. HEX triplet: DD, A6 and 2D. RGB value is (221,166,45). Sum of RGB (Red+Green+Blue) = 221+166+45=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA62D is #2259D2. Grayscale: #A9A9A9. Windows color (decimal): -2251219 or 2991837. OLE color: 2991837.

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

Color convert

RGB 221 166 45 -
CMYK 0 0.25 0.80 0.13
HSL 41.25º 0.72% 0.52% -
HSV(B) 41.25º 0.8% 0.87% -
XYZ 43.93 42.83 8.44 -
YUV 168.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 221 166 45 0 0.25 0.80 0.13 41.25 0.72 0.52
Hex DD A6 2D 0 19 50 D 29 48 34
Octal 335 246 55 0 31 120 15 51 110 64
Binary 11011101 10100110 101101 0 11001 1010000 1101 101001 1001000 110100

Color Harmonies of #DDA62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA62D

Black with #DDA62D

Text Example


Text Example

White with #DDA62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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