Html Css Color HEX #DDA57D Tumbleweed

📋 copy color: '#DDA57D'

red 221 ◦ green 165 ◦ blue 125

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

Shades of Tumbleweed #DDA57D

Tints of Tumbleweed #DDA57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 43.25%
G = 32.29%
B = 24.46%

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

#DDA57D (or 0xDDA57D) is known color: Tumbleweed. HEX triplet: DD, A5 and 7D. RGB value is (221,165,125). Sum of RGB (Red+Green+Blue) = 221+165+125=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA57D is #225A82. Grayscale: #B1B1B1. Windows color (decimal): -2251395 or 8234461. OLE color: 8234461.

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

Color convert

RGB 221 165 125 -
CMYK 0 0.25 0.43 0.13
HSL 25º 0.59% 0.68% -
HSV(B) 25º 0.43% 0.87% -
XYZ 46.98 43.76 25.37 -
YUV 177.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 221 165 125 0 0.25 0.43 0.13 25 0.59 0.68
Hex DD A5 7D 0 19 2B D 19 3B 44
Octal 335 245 175 0 31 53 15 31 73 104
Binary 11011101 10100101 1111101 0 11001 101011 1101 11001 111011 1000100

Color Harmonies of #DDA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA57D

Black with #DDA57D

Text Example


Text Example

White with #DDA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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