Html Css Color HEX #D29670 Feldspar

📋 copy color: '#D29670'

red 210 ◦ green 150 ◦ blue 112

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

Shades of Feldspar #D29670

Tints of Feldspar #D29670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 44.49%
G = 31.78%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D29670 (or 0xD29670) is known color: Feldspar. HEX triplet: D2, 96 and 70. RGB value is (210,150,112). Sum of RGB (Red+Green+Blue) = 210+150+112=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D29670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29670 is #2D698F. Grayscale: #A3A3A3. Windows color (decimal): -2976144 or 7378642. OLE color: 7378642.

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

Color convert

RGB 210 150 112 -
CMYK 0 0.29 0.47 0.18
HSL 23.27º 0.52% 0.63% -
HSV(B) 23.27º 0.47% 0.82% -
XYZ 40.41 36.68 20.28 -
YUV 163.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 210 150 112 0 0.29 0.47 0.18 23.27 0.52 0.63
Hex D2 96 70 0 1D 2F 12 17 34 3F
Octal 322 226 160 0 35 57 22 27 64 77
Binary 11010010 10010110 1110000 0 11101 101111 10010 10111 110100 111111

Color Harmonies of #D29670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29670

Black with #D29670

Text Example


Text Example

White with #D29670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29670; }

 p { color: rgb(210,150,112); }

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

background-color css

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

 a { background-color: rgb(210,150,112); }

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

border-color css

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

 span { border-color: rgb(210,150,112); }

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