Html Css Color HEX #D29E74 Feldspar

📋 copy color: '#D29E74'

red 210 ◦ green 158 ◦ blue 116

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

Shades of Feldspar #D29E74

Tints of Feldspar #D29E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 43.39%
G = 32.64%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D29E74 (or 0xD29E74) is known color: Feldspar. HEX triplet: D2, 9E and 74. RGB value is (210,158,116). Sum of RGB (Red+Green+Blue) = 210+158+116=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E74 is #2D618B. Grayscale: #A8A8A8. Windows color (decimal): -2974092 or 7642834. OLE color: 7642834.

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

Color convert

RGB 210 158 116 -
CMYK 0 0.25 0.45 0.18
HSL 26.81º 0.51% 0.64% -
HSV(B) 26.81º 0.45% 0.82% -
XYZ 41.96 39.42 21.92 -
YUV 168.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 210 158 116 0 0.25 0.45 0.18 26.81 0.51 0.64
Hex D2 9E 74 0 19 2D 12 1B 33 40
Octal 322 236 164 0 31 55 22 33 63 100
Binary 11010010 10011110 1110100 0 11001 101101 10010 11011 110011 1000000

Color Harmonies of #D29E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E74

Black with #D29E74

Text Example


Text Example

White with #D29E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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