Html Css Color HEX #D69C76 Feldspar

📋 copy color: '#D69C76'

red 214 ◦ green 156 ◦ blue 118

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

Shades of Feldspar #D69C76

Tints of Feldspar #D69C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.18%

R = 43.85%
G = 31.97%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D69C76 (or 0xD69C76) is known color: Feldspar. HEX triplet: D6, 9C and 76. RGB value is (214,156,118). Sum of RGB (Red+Green+Blue) = 214+156+118=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C76 is #296389. Grayscale: #A9A9A9. Windows color (decimal): -2712458 or 7773398. OLE color: 7773398.

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

Color convert

RGB 214 156 118 -
CMYK 0 0.27 0.45 0.16
HSL 23.75º 0.54% 0.65% -
HSV(B) 23.75º 0.45% 0.84% -
XYZ 42.89 39.38 22.48 -
YUV 169.01 99.22 160.09 -
System Red Green Blue C M Y K H S L
Decimal 214 156 118 0 0.27 0.45 0.16 23.75 0.54 0.65
Hex D6 9C 76 0 1B 2D 10 18 36 41
Octal 326 234 166 0 33 55 20 30 66 101
Binary 11010110 10011100 1110110 0 11011 101101 10000 11000 110110 1000001

Color Harmonies of #D69C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C76

Black with #D69C76

Text Example


Text Example

White with #D69C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C76; }

 p { color: rgb(214,156,118); }

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

background-color css

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

 a { background-color: rgb(214,156,118); }

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

border-color css

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

 span { border-color: rgb(214,156,118); }

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