Html Css Color HEX #D69A83 Feldspar

📋 copy color: '#D69A83'

red 214 ◦ green 154 ◦ blue 131

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

Shades of Feldspar #D69A83

Tints of Feldspar #D69A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.25%

R = 42.89%
G = 30.86%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D69A83 (or 0xD69A83) is known color: Feldspar. HEX triplet: D6, 9A and 83. RGB value is (214,154,131). Sum of RGB (Red+Green+Blue) = 214+154+131=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A83 is #29657C. Grayscale: #A9A9A9. Windows color (decimal): -2712957 or 8624854. OLE color: 8624854.

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

Color convert

RGB 214 154 131 -
CMYK 0 0.28 0.39 0.16
HSL 16.63º 0.5% 0.68% -
HSV(B) 16.63º 0.39% 0.84% -
XYZ 43.38 39.05 26.72 -
YUV 169.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 214 154 131 0 0.28 0.39 0.16 16.63 0.5 0.68
Hex D6 9A 83 0 1C 27 10 11 32 44
Octal 326 232 203 0 34 47 20 21 62 104
Binary 11010110 10011010 10000011 0 11100 100111 10000 10001 110010 1000100

Color Harmonies of #D69A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A83

Black with #D69A83

Text Example


Text Example

White with #D69A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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