Html Css Color HEX #DDA678 Tumbleweed

📋 copy color: '#DDA678'

red 221 ◦ green 166 ◦ blue 120

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

Shades of Tumbleweed #DDA678

Tints of Tumbleweed #DDA678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.67%

R = 43.59%
G = 32.74%
B = 23.67%

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

#DDA678 (or 0xDDA678) is known color: Tumbleweed. HEX triplet: DD, A6 and 78. RGB value is (221,166,120). Sum of RGB (Red+Green+Blue) = 221+166+120=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA678 is #225987. Grayscale: #B1B1B1. Windows color (decimal): -2251144 or 7907037. OLE color: 7907037.

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

Color convert

RGB 221 166 120 -
CMYK 0 0.25 0.46 0.13
HSL 27.33º 0.6% 0.67% -
HSV(B) 27.33º 0.46% 0.87% -
XYZ 46.85 44 23.79 -
YUV 177.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 221 166 120 0 0.25 0.46 0.13 27.33 0.6 0.67
Hex DD A6 78 0 19 2E D 1B 3C 43
Octal 335 246 170 0 31 56 15 33 74 103
Binary 11011101 10100110 1111000 0 11001 101110 1101 11011 111100 1000011

Color Harmonies of #DDA678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA678

Black with #DDA678

Text Example


Text Example

White with #DDA678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA678; }

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

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

background-color css

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

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

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

border-color css

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

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

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