Html Css Color HEX #D29D70 Feldspar

📋 copy color: '#D29D70'

red 210 ◦ green 157 ◦ blue 112

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

Shades of Feldspar #D29D70

Tints of Feldspar #D29D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.78%

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

R = 43.84%
G = 32.78%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D29D70 (or 0xD29D70) is known color: Feldspar. HEX triplet: D2, 9D and 70. RGB value is (210,157,112). Sum of RGB (Red+Green+Blue) = 210+157+112=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D70 is #2D628F. Grayscale: #A7A7A7. Windows color (decimal): -2974352 or 7380434. OLE color: 7380434.

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

Color convert

RGB 210 157 112 -
CMYK 0 0.25 0.47 0.18
HSL 27.55º 0.52% 0.63% -
HSV(B) 27.55º 0.47% 0.82% -
XYZ 41.56 38.99 20.66 -
YUV 167.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 210 157 112 0 0.25 0.47 0.18 27.55 0.52 0.63
Hex D2 9D 70 0 19 2F 12 1C 34 3F
Octal 322 235 160 0 31 57 22 34 64 77
Binary 11010010 10011101 1110000 0 11001 101111 10010 11100 110100 111111

Color Harmonies of #D29D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D70

Black with #D29D70

Text Example


Text Example

White with #D29D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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