Html Css Color HEX #D69A81 Feldspar

📋 copy color: '#D69A81'

red 214 ◦ green 154 ◦ blue 129

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

Shades of Feldspar #D69A81

Tints of Feldspar #D69A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.96%

R = 43.06%
G = 30.99%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D69A81 (or 0xD69A81) is known color: Feldspar. HEX triplet: D6, 9A and 81. RGB value is (214,154,129). Sum of RGB (Red+Green+Blue) = 214+154+129=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A81 is #29657E. Grayscale: #A9A9A9. Windows color (decimal): -2712959 or 8493782. OLE color: 8493782.

HSL color Cylindrical-coordinate representation of color #D69A81: hue angle of 17.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D69A81 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 129 -
CMYK 0 0.28 0.40 0.16
HSL 17.65º 0.51% 0.67% -
HSV(B) 17.65º 0.4% 0.84% -
XYZ 43.25 38.99 26.02 -
YUV 169.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 214 154 129 0 0.28 0.40 0.16 17.65 0.51 0.67
Hex D6 9A 81 0 1C 28 10 12 33 43
Octal 326 232 201 0 34 50 20 22 63 103
Binary 11010110 10011010 10000001 0 11100 101000 10000 10010 110011 1000011

Color Harmonies of #D69A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A81

Black with #D69A81

Text Example


Text Example

White with #D69A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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