Html Css Color HEX #DDA57B Tumbleweed

📋 copy color: '#DDA57B'

red 221 ◦ green 165 ◦ blue 123

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

Shades of Tumbleweed #DDA57B

Tints of Tumbleweed #DDA57B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.42%

 BLUE value IS 123 (48.44% from 255) = 24.17%

R = 43.42%
G = 32.42%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDA57B (or 0xDDA57B) is known color: Tumbleweed. HEX triplet: DD, A5 and 7B. RGB value is (221,165,123). Sum of RGB (Red+Green+Blue) = 221+165+123=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA57B is #225A84. Grayscale: #B1B1B1. Windows color (decimal): -2251397 or 8103389. OLE color: 8103389.

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

Color convert

RGB 221 165 123 -
CMYK 0 0.25 0.44 0.13
HSL 25.71º 0.59% 0.67% -
HSV(B) 25.71º 0.44% 0.87% -
XYZ 46.85 43.71 24.71 -
YUV 176.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 221 165 123 0 0.25 0.44 0.13 25.71 0.59 0.67
Hex DD A5 7B 0 19 2C D 1A 3B 43
Octal 335 245 173 0 31 54 15 32 73 103
Binary 11011101 10100101 1111011 0 11001 101100 1101 11010 111011 1000011

Color Harmonies of #DDA57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA57B

Black with #DDA57B

Text Example


Text Example

White with #DDA57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA57B; }

 p { color: rgb(221,165,123); }

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

background-color css

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

 a { background-color: rgb(221,165,123); }

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

border-color css

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

 span { border-color: rgb(221,165,123); }

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