Html Css Color HEX #DAA67D Tumbleweed

📋 copy color: '#DAA67D'

red 218 ◦ green 166 ◦ blue 125

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

Shades of Tumbleweed #DAA67D

Tints of Tumbleweed #DAA67D

RGB

 RED value IS 218 (85.55% from 255) = 42.83%

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

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

R = 42.83%
G = 32.61%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAA67D (or 0xDAA67D) is known color: Tumbleweed. HEX triplet: DA, A6 and 7D. RGB value is (218,166,125). Sum of RGB (Red+Green+Blue) = 218+166+125=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA67D is #255982. Grayscale: #B1B1B1. Windows color (decimal): -2447747 or 8234714. OLE color: 8234714.

HSL color Cylindrical-coordinate representation of color #DAA67D: hue angle of 26.45º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAA67D is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 166 125 -
CMYK 0 0.24 0.43 0.15
HSL 26.45º 0.56% 0.67% -
HSV(B) 26.45º 0.43% 0.85% -
XYZ 46.25 43.66 25.39 -
YUV 176.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 218 166 125 0 0.24 0.43 0.15 26.45 0.56 0.67
Hex DA A6 7D 0 18 2B F 1A 38 43
Octal 332 246 175 0 30 53 17 32 70 103
Binary 11011010 10100110 1111101 0 11000 101011 1111 11010 111000 1000011

Color Harmonies of #DAA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA67D

Black with #DAA67D

Text Example


Text Example

White with #DAA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA67D; }

 p { color: rgb(218,166,125); }

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

background-color css

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

 a { background-color: rgb(218,166,125); }

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

border-color css

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

 span { border-color: rgb(218,166,125); }

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