Html Css Color HEX #D69B7C Feldspar

📋 copy color: '#D69B7C'

red 214 ◦ green 155 ◦ blue 124

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

Shades of Feldspar #D69B7C

Tints of Feldspar #D69B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.15%

R = 43.41%
G = 31.44%
B = 25.15%

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

#D69B7C (or 0xD69B7C) is known color: Feldspar. HEX triplet: D6, 9B and 7C. RGB value is (214,155,124). Sum of RGB (Red+Green+Blue) = 214+155+124=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B7C is #296483. Grayscale: #A9A9A9. Windows color (decimal): -2712708 or 8166358. OLE color: 8166358.

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

Color convert

RGB 214 155 124 -
CMYK 0 0.28 0.42 0.16
HSL 20.67º 0.52% 0.66% -
HSV(B) 20.67º 0.42% 0.84% -
XYZ 43.09 39.19 24.36 -
YUV 169.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 214 155 124 0 0.28 0.42 0.16 20.67 0.52 0.66
Hex D6 9B 7C 0 1C 2A 10 15 34 42
Octal 326 233 174 0 34 52 20 25 64 102
Binary 11010110 10011011 1111100 0 11100 101010 10000 10101 110100 1000010

Color Harmonies of #D69B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B7C

Black with #D69B7C

Text Example


Text Example

White with #D69B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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