Html Css Color HEX #DDA677 Tumbleweed

📋 copy color: '#DDA677'

red 221 ◦ green 166 ◦ blue 119

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

Shades of Tumbleweed #DDA677

Tints of Tumbleweed #DDA677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.52%

R = 43.68%
G = 32.81%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDA677 (or 0xDDA677) is known color: Tumbleweed. HEX triplet: DD, A6 and 77. RGB value is (221,166,119). Sum of RGB (Red+Green+Blue) = 221+166+119=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA677 is #225988. Grayscale: #B1B1B1. Windows color (decimal): -2251145 or 7841501. OLE color: 7841501.

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

Color convert

RGB 221 166 119 -
CMYK 0 0.25 0.46 0.13
HSL 27.65º 0.6% 0.67% -
HSV(B) 27.65º 0.46% 0.87% -
XYZ 46.78 43.98 23.48 -
YUV 177.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 221 166 119 0 0.25 0.46 0.13 27.65 0.6 0.67
Hex DD A6 77 0 19 2E D 1C 3C 43
Octal 335 246 167 0 31 56 15 34 74 103
Binary 11011101 10100110 1110111 0 11001 101110 1101 11100 111100 1000011

Color Harmonies of #DDA677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA677

Black with #DDA677

Text Example


Text Example

White with #DDA677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA677; }

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

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

background-color css

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

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

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

border-color css

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

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

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