Html Css Color HEX #D29E6D Fallow

📋 copy color: '#D29E6D'

red 210 ◦ green 158 ◦ blue 109

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

Shades of Fallow #D29E6D

Tints of Fallow #D29E6D

RGB

 RED value IS 210 (82.42% from 255) = 44.03%

 GREEN value IS 158 (62.11% from 255) = 33.12%

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 44.03%
G = 33.12%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D29E6D (or 0xD29E6D) is known color: Fallow. HEX triplet: D2, 9E and 6D. RGB value is (210,158,109). Sum of RGB (Red+Green+Blue) = 210+158+109=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E6D is #2D6192. Grayscale: #A8A8A8. Windows color (decimal): -2974099 or 7184082. OLE color: 7184082.

HSL color Cylindrical-coordinate representation of color #D29E6D: hue angle of 29.11º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D29E6D is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 109 -
CMYK 0 0.25 0.48 0.18
HSL 29.11º 0.53% 0.63% -
HSV(B) 29.11º 0.48% 0.82% -
XYZ 41.57 39.26 19.86 -
YUV 167.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 210 158 109 0 0.25 0.48 0.18 29.11 0.53 0.63
Hex D2 9E 6D 0 19 30 12 1D 35 3F
Octal 322 236 155 0 31 60 22 35 65 77
Binary 11010010 10011110 1101101 0 11001 110000 10010 11101 110101 111111

Color Harmonies of #D29E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E6D

Black with #D29E6D

Text Example


Text Example

White with #D29E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E6D; }

 p { color: rgb(210,158,109); }

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

background-color css

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

 a { background-color: rgb(210,158,109); }

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

border-color css

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

 span { border-color: rgb(210,158,109); }

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