Html Css Color HEX #D69A7B Feldspar

📋 copy color: '#D69A7B'

red 214 ◦ green 154 ◦ blue 123

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

Shades of Feldspar #D69A7B

Tints of Feldspar #D69A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.05%

R = 43.58%
G = 31.36%
B = 25.05%

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

#D69A7B (or 0xD69A7B) is known color: Feldspar. HEX triplet: D6, 9A and 7B. RGB value is (214,154,123). Sum of RGB (Red+Green+Blue) = 214+154+123=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A7B is #296584. Grayscale: #A8A8A8. Windows color (decimal): -2712965 or 8100566. OLE color: 8100566.

HSL color Cylindrical-coordinate representation of color #D69A7B: hue angle of 20.44º 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 #D69A7B is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 123 -
CMYK 0 0.28 0.43 0.16
HSL 20.44º 0.53% 0.66% -
HSV(B) 20.44º 0.43% 0.84% -
XYZ 42.86 38.84 23.98 -
YUV 168.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 214 154 123 0 0.28 0.43 0.16 20.44 0.53 0.66
Hex D6 9A 7B 0 1C 2B 10 14 35 42
Octal 326 232 173 0 34 53 20 24 65 102
Binary 11010110 10011010 1111011 0 11100 101011 10000 10100 110101 1000010

Color Harmonies of #D69A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A7B

Black with #D69A7B

Text Example


Text Example

White with #D69A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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