Html Css Color HEX #D69B76 Feldspar

📋 copy color: '#D69B76'

red 214 ◦ green 155 ◦ blue 118

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

Shades of Feldspar #D69B76

Tints of Feldspar #D69B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.83%

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

R = 43.94%
G = 31.83%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D69B76 (or 0xD69B76) is known color: Feldspar. HEX triplet: D6, 9B and 76. RGB value is (214,155,118). Sum of RGB (Red+Green+Blue) = 214+155+118=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B76 is #296489. Grayscale: #A8A8A8. Windows color (decimal): -2712714 or 7773142. OLE color: 7773142.

HSL color Cylindrical-coordinate representation of color #D69B76: hue angle of 23.12º 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 #D69B76 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 155 118 -
CMYK 0 0.28 0.45 0.16
HSL 23.13º 0.54% 0.65% -
HSV(B) 23.13º 0.45% 0.84% -
XYZ 42.72 39.05 22.42 -
YUV 168.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 214 155 118 0 0.28 0.45 0.16 23.13 0.54 0.65
Hex D6 9B 76 0 1C 2D 10 17 36 41
Octal 326 233 166 0 34 55 20 27 66 101
Binary 11010110 10011011 1110110 0 11100 101101 10000 10111 110110 1000001

Color Harmonies of #D69B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B76

Black with #D69B76

Text Example


Text Example

White with #D69B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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