Html Css Color HEX #DDA67E Tumbleweed

📋 copy color: '#DDA67E'

red 221 ◦ green 166 ◦ blue 126

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

Shades of Tumbleweed #DDA67E

Tints of Tumbleweed #DDA67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.56%

R = 43.08%
G = 32.36%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDA67E (or 0xDDA67E) is known color: Tumbleweed. HEX triplet: DD, A6 and 7E. RGB value is (221,166,126). Sum of RGB (Red+Green+Blue) = 221+166+126=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA67E is #225981. Grayscale: #B2B2B2. Windows color (decimal): -2251138 or 8300253. OLE color: 8300253.

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

Color convert

RGB 221 166 126 -
CMYK 0 0.25 0.43 0.13
HSL 25.26º 0.58% 0.68% -
HSV(B) 25.26º 0.43% 0.87% -
XYZ 47.22 44.15 25.77 -
YUV 177.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 221 166 126 0 0.25 0.43 0.13 25.26 0.58 0.68
Hex DD A6 7E 0 19 2B D 19 3A 44
Octal 335 246 176 0 31 53 15 31 72 104
Binary 11011101 10100110 1111110 0 11001 101011 1101 11001 111010 1000100

Color Harmonies of #DDA67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA67E

Black with #DDA67E

Text Example


Text Example

White with #DDA67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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