#D69377

Color #D69377 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D69377

Tints of Feldspar #D69377

Color information

#D69377 (or 0xD69377) is unknown color: approx Feldspar. HEX triplet: D6, 93 and 77. RGB value is (214,147,119). Sum of RGB (Red+Green+Blue) = 214+147+119=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D69377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69377 is #296C88. Grayscale: #A4A4A4. Windows color (decimal): -2714761 or 7836630. OLE color: 7836630.

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

Color convert

RGB214147119-
CMYK00.310.440.16
HSL17.68º53.67%65.29%-
HSV(B)17.68º44.39%83.92%-
XYZ41.536.522.31-
YUV163.84102.7163.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=44.58%
G=30.62%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414711900.310.440.1617.6853.6765.29
HexD6937701F2C10123641
Octal32622316703754202266101
Binary1101011010010011111011101111110110010000100101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69377; }

 p { color: rgb(214,147,119); }

 H1.HeaderClassName
 {
   color: #D69377;
 }
 .AnyTagClassName
 {
   color: #D69377;
 }
</style>
background-color css

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

 a { background-color: rgb(214,147,119); }

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

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

 span { border-color: rgb(214,147,119); }

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