#D69580

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

Shades of Feldspar #D69580

Tints of Feldspar #D69580

Color information

#D69580 (or 0xD69580) is unknown color: approx Feldspar. HEX triplet: D6, 95 and 80. RGB value is (214,149,128). Sum of RGB (Red+Green+Blue) = 214+149+128=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D69580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69580 is #296A7F. Grayscale: #A6A6A6. Windows color (decimal): -2714240 or 8426966. OLE color: 8426966.

HSL color Cylindrical-coordinate representation of color #D69580: hue angle of 14.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D69580 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214149128-
CMYK00.300.400.16
HSL14.65º51.19%67.06%-
HSV(B)14.65º40.19%83.92%-
XYZ42.3837.3525.4-
YUV166.04106.53162.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=43.58%
G=30.35%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414912800.300.400.1614.6551.1967.06
HexD6958001E2810f3343
Octal32622520003650201763103
Binary1101011010010101100000000111101010001000011111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69580; }

 p { color: rgb(214,149,128); }

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

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

 a { background-color: rgb(214,149,128); }

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

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

 span { border-color: rgb(214,149,128); }

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