Html Css Color HEX #D69D73 Feldspar

📋 copy color: '#D69D73'

red 214 ◦ green 157 ◦ blue 115

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

Shades of Feldspar #D69D73

Tints of Feldspar #D69D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.66%

R = 44.03%
G = 32.3%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D69D73 (or 0xD69D73) is known color: Feldspar. HEX triplet: D6, 9D and 73. RGB value is (214,157,115). Sum of RGB (Red+Green+Blue) = 214+157+115=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D73 is #29628C. Grayscale: #A9A9A9. Windows color (decimal): -2712205 or 7577046. OLE color: 7577046.

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

Color convert

RGB 214 157 115 -
CMYK 0 0.27 0.46 0.16
HSL 25.45º 0.55% 0.65% -
HSV(B) 25.45º 0.46% 0.84% -
XYZ 42.88 39.65 21.61 -
YUV 169.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 214 157 115 0 0.27 0.46 0.16 25.45 0.55 0.65
Hex D6 9D 73 0 1B 2E 10 19 37 41
Octal 326 235 163 0 33 56 20 31 67 101
Binary 11010110 10011101 1110011 0 11011 101110 10000 11001 110111 1000001

Color Harmonies of #D69D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D73

Black with #D69D73

Text Example


Text Example

White with #D69D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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