Html Css Color HEX #DDA56F Tumbleweed

📋 copy color: '#DDA56F'

red 221 ◦ green 165 ◦ blue 111

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

Shades of Tumbleweed #DDA56F

Tints of Tumbleweed #DDA56F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.2%

 BLUE value IS 111 (43.75% from 255) = 22.33%

R = 44.47%
G = 33.2%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDA56F (or 0xDDA56F) is known color: Tumbleweed. HEX triplet: DD, A5 and 6F. RGB value is (221,165,111). Sum of RGB (Red+Green+Blue) = 221+165+111=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA56F is #225A90. Grayscale: #AFAFAF. Windows color (decimal): -2251409 or 7316957. OLE color: 7316957.

HSL color Cylindrical-coordinate representation of color #DDA56F: hue angle of 29.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDA56F is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 111 -
CMYK 0 0.25 0.50 0.13
HSL 29.45º 0.62% 0.65% -
HSV(B) 29.45º 0.5% 0.87% -
XYZ 46.14 43.43 20.99 -
YUV 175.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 221 165 111 0 0.25 0.50 0.13 29.45 0.62 0.65
Hex DD A5 6F 0 19 32 D 1D 3E 41
Octal 335 245 157 0 31 62 15 35 76 101
Binary 11011101 10100101 1101111 0 11001 110010 1101 11101 111110 1000001

Color Harmonies of #DDA56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA56F

Black with #DDA56F

Text Example


Text Example

White with #DDA56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA56F; }

 p { color: rgb(221,165,111); }

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

background-color css

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

 a { background-color: rgb(221,165,111); }

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

border-color css

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

 span { border-color: rgb(221,165,111); }

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