Html Css Color HEX #D69B7B Feldspar

📋 copy color: '#D69B7B'

red 214 ◦ green 155 ◦ blue 123

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

Shades of Feldspar #D69B7B

Tints of Feldspar #D69B7B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.5%

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

R = 43.5%
G = 31.5%
B = 25%

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

#D69B7B (or 0xD69B7B) is known color: Feldspar. HEX triplet: D6, 9B and 7B. RGB value is (214,155,123). Sum of RGB (Red+Green+Blue) = 214+155+123=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B7B is #296484. Grayscale: #A9A9A9. Windows color (decimal): -2712709 or 8100822. OLE color: 8100822.

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

Color convert

RGB 214 155 123 -
CMYK 0 0.28 0.43 0.16
HSL 21.1º 0.53% 0.66% -
HSV(B) 21.1º 0.43% 0.84% -
XYZ 43.03 39.17 24.03 -
YUV 168.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 214 155 123 0 0.28 0.43 0.16 21.1 0.53 0.66
Hex D6 9B 7B 0 1C 2B 10 15 35 42
Octal 326 233 173 0 34 53 20 25 65 102
Binary 11010110 10011011 1111011 0 11100 101011 10000 10101 110101 1000010

Color Harmonies of #D69B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B7B

Black with #D69B7B

Text Example


Text Example

White with #D69B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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