Html Css Color HEX #D69B73 Feldspar

📋 copy color: '#D69B73'

red 214 ◦ green 155 ◦ blue 115

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

Shades of Feldspar #D69B73

Tints of Feldspar #D69B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.76%

R = 44.21%
G = 32.02%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D69B73 (or 0xD69B73) is known color: Feldspar. HEX triplet: D6, 9B and 73. RGB value is (214,155,115). Sum of RGB (Red+Green+Blue) = 214+155+115=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B73 is #29648C. Grayscale: #A8A8A8. Windows color (decimal): -2712717 or 7576534. OLE color: 7576534.

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

Color convert

RGB 214 155 115 -
CMYK 0 0.28 0.46 0.16
HSL 24.24º 0.55% 0.65% -
HSV(B) 24.24º 0.46% 0.84% -
XYZ 42.55 38.98 21.5 -
YUV 168.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 214 155 115 0 0.28 0.46 0.16 24.24 0.55 0.65
Hex D6 9B 73 0 1C 2E 10 18 37 41
Octal 326 233 163 0 34 56 20 30 67 101
Binary 11010110 10011011 1110011 0 11100 101110 10000 11000 110111 1000001

Color Harmonies of #D69B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B73

Black with #D69B73

Text Example


Text Example

White with #D69B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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