Html Css Color HEX #DDA62F Galliano

📋 copy color: '#DDA62F'

red 221 ◦ green 166 ◦ blue 47

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

Shades of Galliano #DDA62F

Tints of Galliano #DDA62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.83%

R = 50.92%
G = 38.25%
B = 10.83%

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

#DDA62F (or 0xDDA62F) is known color: Galliano. HEX triplet: DD, A6 and 2F. RGB value is (221,166,47). Sum of RGB (Red+Green+Blue) = 221+166+47=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA62F is #2259D0. Grayscale: #A9A9A9. Windows color (decimal): -2251217 or 3122909. OLE color: 3122909.

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

Color convert

RGB 221 166 47 -
CMYK 0 0.25 0.79 0.13
HSL 41.03º 0.72% 0.53% -
HSV(B) 41.03º 0.79% 0.87% -
XYZ 43.97 42.85 8.64 -
YUV 168.88 59.22 165.18 -
System Red Green Blue C M Y K H S L
Decimal 221 166 47 0 0.25 0.79 0.13 41.03 0.72 0.53
Hex DD A6 2F 0 19 4F D 29 48 35
Octal 335 246 57 0 31 117 15 51 110 65
Binary 11011101 10100110 101111 0 11001 1001111 1101 101001 1001000 110101

Color Harmonies of #DDA62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA62F

Black with #DDA62F

Text Example


Text Example

White with #DDA62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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