Html Css Color HEX #D69A79 Feldspar

📋 copy color: '#D69A79'

red 214 ◦ green 154 ◦ blue 121

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

Shades of Feldspar #D69A79

Tints of Feldspar #D69A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.74%

R = 43.76%
G = 31.49%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D69A79 (or 0xD69A79) is known color: Feldspar. HEX triplet: D6, 9A and 79. RGB value is (214,154,121). Sum of RGB (Red+Green+Blue) = 214+154+121=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A79 is #296586. Grayscale: #A8A8A8. Windows color (decimal): -2712967 or 7969494. OLE color: 7969494.

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

Color convert

RGB 214 154 121 -
CMYK 0 0.28 0.43 0.16
HSL 21.29º 0.53% 0.66% -
HSV(B) 21.29º 0.43% 0.84% -
XYZ 42.74 38.79 23.32 -
YUV 168.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 214 154 121 0 0.28 0.43 0.16 21.29 0.53 0.66
Hex D6 9A 79 0 1C 2B 10 15 35 42
Octal 326 232 171 0 34 53 20 25 65 102
Binary 11010110 10011010 1111001 0 11100 101011 10000 10101 110101 1000010

Color Harmonies of #D69A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A79

Black with #D69A79

Text Example


Text Example

White with #D69A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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