#CD966F

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

Shades of Feldspar #CD966F

Tints of Feldspar #CD966F

Color information

#CD966F (or 0xCD966F) is unknown color: approx Feldspar. HEX triplet: CD, 96 and 6F. RGB value is (205,150,111). Sum of RGB (Red+Green+Blue) = 205+150+111=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD966F is #326990. Grayscale: #A2A2A2. Windows color (decimal): -3303825 or 7313101. OLE color: 7313101.

HSL color Cylindrical-coordinate representation of color #CD966F: hue angle of 24.89º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD966F is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205150111-
CMYK00.270.460.20
HSL24.89º48.45%61.96%-
HSV(B)24.89º45.85%80.39%-
XYZ38.9535.9419.92-
YUV16299.22158.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=43.99%
G=32.19%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515011100.270.460.2024.8948.4561.96
HexCD966F01B2E1419303e
Octal3152261570335624316076
Binary110011011001011011011110110111011101010011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD966F; }

 p { color: rgb(205,150,111); }

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

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

 a { background-color: rgb(205,150,111); }

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

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

 span { border-color: rgb(205,150,111); }

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