Html Css Color HEX #D69A7D Feldspar

📋 copy color: '#D69A7D'

red 214 ◦ green 154 ◦ blue 125

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

Shades of Feldspar #D69A7D

Tints of Feldspar #D69A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.35%

R = 43.41%
G = 31.24%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D69A7D (or 0xD69A7D) is known color: Feldspar. HEX triplet: D6, 9A and 7D. RGB value is (214,154,125). Sum of RGB (Red+Green+Blue) = 214+154+125=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A7D is #296582. Grayscale: #A8A8A8. Windows color (decimal): -2712963 or 8231638. OLE color: 8231638.

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

Color convert

RGB 214 154 125 -
CMYK 0 0.28 0.42 0.16
HSL 19.55º 0.52% 0.66% -
HSV(B) 19.55º 0.42% 0.84% -
XYZ 42.99 38.89 24.64 -
YUV 168.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 214 154 125 0 0.28 0.42 0.16 19.55 0.52 0.66
Hex D6 9A 7D 0 1C 2A 10 14 34 42
Octal 326 232 175 0 34 52 20 24 64 102
Binary 11010110 10011010 1111101 0 11100 101010 10000 10100 110100 1000010

Color Harmonies of #D69A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A7D

Black with #D69A7D

Text Example


Text Example

White with #D69A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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