Html Css Color HEX #DDA42F Galliano

📋 copy color: '#DDA42F'

red 221 ◦ green 164 ◦ blue 47

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

Shades of Galliano #DDA42F

Tints of Galliano #DDA42F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.96%

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

R = 51.16%
G = 37.96%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDA42F (or 0xDDA42F) is known color: Galliano. HEX triplet: DD, A4 and 2F. RGB value is (221,164,47). Sum of RGB (Red+Green+Blue) = 221+164+47=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA42F is #225BD0. Grayscale: #A8A8A8. Windows color (decimal): -2251729 or 3122397. OLE color: 3122397.

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

Color convert

RGB 221 164 47 -
CMYK 0 0.26 0.79 0.13
HSL 40.34º 0.72% 0.53% -
HSV(B) 40.34º 0.79% 0.87% -
XYZ 43.61 42.13 8.52 -
YUV 167.71 59.88 166.01 -
System Red Green Blue C M Y K H S L
Decimal 221 164 47 0 0.26 0.79 0.13 40.34 0.72 0.53
Hex DD A4 2F 0 1A 4F D 28 48 35
Octal 335 244 57 0 32 117 15 50 110 65
Binary 11011101 10100100 101111 0 11010 1001111 1101 101000 1001000 110101

Color Harmonies of #DDA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA42F

Black with #DDA42F

Text Example


Text Example

White with #DDA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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