Html Css Color HEX #DDA675 Tumbleweed

📋 copy color: '#DDA675'

red 221 ◦ green 166 ◦ blue 117

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

Shades of Tumbleweed #DDA675

Tints of Tumbleweed #DDA675

RGB

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

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

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

R = 43.85%
G = 32.94%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDA675 (or 0xDDA675) is known color: Tumbleweed. HEX triplet: DD, A6 and 75. RGB value is (221,166,117). Sum of RGB (Red+Green+Blue) = 221+166+117=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA675 is #22598A. Grayscale: #B1B1B1. Windows color (decimal): -2251147 or 7710429. OLE color: 7710429.

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

Color convert

RGB 221 166 117 -
CMYK 0 0.25 0.47 0.13
HSL 28.27º 0.6% 0.66% -
HSV(B) 28.27º 0.47% 0.87% -
XYZ 46.67 43.93 22.85 -
YUV 176.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 221 166 117 0 0.25 0.47 0.13 28.27 0.6 0.66
Hex DD A6 75 0 19 2F D 1C 3C 42
Octal 335 246 165 0 31 57 15 34 74 102
Binary 11011101 10100110 1110101 0 11001 101111 1101 11100 111100 1000010

Color Harmonies of #DDA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA675

Black with #DDA675

Text Example


Text Example

White with #DDA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA675; }

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

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

background-color css

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

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

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

border-color css

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

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

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