Html Css Color HEX #D69D70 Feldspar

📋 copy color: '#D69D70'

red 214 ◦ green 157 ◦ blue 112

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

Shades of Feldspar #D69D70

Tints of Feldspar #D69D70

RGB

 RED value IS 214 (83.98% from 255) = 44.31%

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

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

R = 44.31%
G = 32.51%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D69D70 (or 0xD69D70) is known color: Feldspar. HEX triplet: D6, 9D and 70. RGB value is (214,157,112). Sum of RGB (Red+Green+Blue) = 214+157+112=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D70 is #29628F. Grayscale: #A9A9A9. Windows color (decimal): -2712208 or 7380438. OLE color: 7380438.

HSL color Cylindrical-coordinate representation of color #D69D70: hue angle of 26.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D69D70 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 112 -
CMYK 0 0.27 0.48 0.16
HSL 26.47º 0.55% 0.64% -
HSV(B) 26.47º 0.48% 0.84% -
XYZ 42.71 39.58 20.72 -
YUV 168.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 214 157 112 0 0.27 0.48 0.16 26.47 0.55 0.64
Hex D6 9D 70 0 1B 30 10 1A 37 40
Octal 326 235 160 0 33 60 20 32 67 100
Binary 11010110 10011101 1110000 0 11011 110000 10000 11010 110111 1000000

Color Harmonies of #D69D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D70

Black with #D69D70

Text Example


Text Example

White with #D69D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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