Html Css Color HEX #DDA57F Tumbleweed

📋 copy color: '#DDA57F'

red 221 ◦ green 165 ◦ blue 127

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

Shades of Tumbleweed #DDA57F

Tints of Tumbleweed #DDA57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.76%

R = 43.08%
G = 32.16%
B = 24.76%

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

#DDA57F (or 0xDDA57F) is known color: Tumbleweed. HEX triplet: DD, A5 and 7F. RGB value is (221,165,127). Sum of RGB (Red+Green+Blue) = 221+165+127=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA57F is #225A80. Grayscale: #B1B1B1. Windows color (decimal): -2251393 or 8365533. OLE color: 8365533.

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

Color convert

RGB 221 165 127 -
CMYK 0 0.25 0.43 0.13
HSL 24.26º 0.58% 0.68% -
HSV(B) 24.26º 0.43% 0.87% -
XYZ 47.1 43.81 26.05 -
YUV 177.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 221 165 127 0 0.25 0.43 0.13 24.26 0.58 0.68
Hex DD A5 7F 0 19 2B D 18 3A 44
Octal 335 245 177 0 31 53 15 30 72 104
Binary 11011101 10100101 1111111 0 11001 101011 1101 11000 111010 1000100

Color Harmonies of #DDA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA57F

Black with #DDA57F

Text Example


Text Example

White with #DDA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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