#D69C72

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

Shades of Feldspar #D69C72

Tints of Feldspar #D69C72

Color information

#D69C72 (or 0xD69C72) is unknown color: approx Feldspar. HEX triplet: D6, 9C and 72. RGB value is (214,156,114). Sum of RGB (Red+Green+Blue) = 214+156+114=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C72 is #29638D. Grayscale: #A8A8A8. Windows color (decimal): -2712462 or 7511254. OLE color: 7511254.

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

Color convert

RGB214156114-
CMYK00.270.470.16
HSL25.2º54.95%64.31%-
HSV(B)25.2º46.73%83.92%-
XYZ42.6639.2921.25-
YUV168.5597.22160.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=44.21%
G=32.23%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415611400.270.470.1625.254.9564.31
HexD69C7201B2F10193740
Octal32623416203357203167100
Binary1101011010011100111001001101110111110000110011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C72; }

 p { color: rgb(214,156,114); }

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

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

 a { background-color: rgb(214,156,114); }

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

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

 span { border-color: rgb(214,156,114); }

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