Html Css Color HEX #D29C70 Feldspar

📋 copy color: '#D29C70'

red 210 ◦ green 156 ◦ blue 112

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

Shades of Feldspar #D29C70

Tints of Feldspar #D29C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

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

R = 43.93%
G = 32.64%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D29C70 (or 0xD29C70) is known color: Feldspar. HEX triplet: D2, 9C and 70. RGB value is (210,156,112). Sum of RGB (Red+Green+Blue) = 210+156+112=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C70 is #2D638F. Grayscale: #A7A7A7. Windows color (decimal): -2974608 or 7380178. OLE color: 7380178.

HSL color Cylindrical-coordinate representation of color #D29C70: hue angle of 26.94º 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 #D29C70 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 156 112 -
CMYK 0 0.26 0.47 0.18
HSL 26.94º 0.52% 0.63% -
HSV(B) 26.94º 0.47% 0.82% -
XYZ 41.39 38.65 20.61 -
YUV 167.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 210 156 112 0 0.26 0.47 0.18 26.94 0.52 0.63
Hex D2 9C 70 0 1A 2F 12 1B 34 3F
Octal 322 234 160 0 32 57 22 33 64 77
Binary 11010010 10011100 1110000 0 11010 101111 10010 11011 110100 111111

Color Harmonies of #D29C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C70

Black with #D29C70

Text Example


Text Example

White with #D29C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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