Html Css Color HEX #D69A84 Feldspar

📋 copy color: '#D69A84'

red 214 ◦ green 154 ◦ blue 132

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

Shades of Feldspar #D69A84

Tints of Feldspar #D69A84

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

 BLUE value IS 132 (51.95% from 255) = 26.4%

R = 42.8%
G = 30.8%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D69A84 (or 0xD69A84) is known color: Feldspar. HEX triplet: D6, 9A and 84. RGB value is (214,154,132). Sum of RGB (Red+Green+Blue) = 214+154+132=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A84 is #29657B. Grayscale: #A9A9A9. Windows color (decimal): -2712956 or 8690390. OLE color: 8690390.

HSL color Cylindrical-coordinate representation of color #D69A84: hue angle of 16.1º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D69A84 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 132 -
CMYK 0 0.28 0.38 0.16
HSL 16.1º 0.5% 0.68% -
HSV(B) 16.1º 0.38% 0.84% -
XYZ 43.45 39.07 27.08 -
YUV 169.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 214 154 132 0 0.28 0.38 0.16 16.1 0.5 0.68
Hex D6 9A 84 0 1C 26 10 10 32 44
Octal 326 232 204 0 34 46 20 20 62 104
Binary 11010110 10011010 10000100 0 11100 100110 10000 10000 110010 1000100

Color Harmonies of #D69A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A84

Black with #D69A84

Text Example


Text Example

White with #D69A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A84; }

 p { color: rgb(214,154,132); }

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

background-color css

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

 a { background-color: rgb(214,154,132); }

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

border-color css

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

 span { border-color: rgb(214,154,132); }

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