Html Css Color HEX #DDA775 Tumbleweed

📋 copy color: '#DDA775'

red 221 ◦ green 167 ◦ blue 117

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

Shades of Tumbleweed #DDA775

Tints of Tumbleweed #DDA775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.07%

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 43.76%
G = 33.07%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDA775 (or 0xDDA775) is known color: Tumbleweed. HEX triplet: DD, A7 and 75. RGB value is (221,167,117). Sum of RGB (Red+Green+Blue) = 221+167+117=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA775 is #22588A. Grayscale: #B1B1B1. Windows color (decimal): -2250891 or 7710685. OLE color: 7710685.

HSL color Cylindrical-coordinate representation of color #DDA775: hue angle of 28.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDA775 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 117 -
CMYK 0 0.24 0.47 0.13
HSL 28.85º 0.6% 0.66% -
HSV(B) 28.85º 0.47% 0.87% -
XYZ 46.85 44.29 22.91 -
YUV 177.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 221 167 117 0 0.24 0.47 0.13 28.85 0.6 0.66
Hex DD A7 75 0 18 2F D 1D 3C 42
Octal 335 247 165 0 30 57 15 35 74 102
Binary 11011101 10100111 1110101 0 11000 101111 1101 11101 111100 1000010

Color Harmonies of #DDA775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA775

Black with #DDA775

Text Example


Text Example

White with #DDA775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA775; }

 p { color: rgb(221,167,117); }

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

background-color css

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

 a { background-color: rgb(221,167,117); }

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

border-color css

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

 span { border-color: rgb(221,167,117); }

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