#D6CF8A

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

Shades of Sandwisp #D6CF8A

Tints of Sandwisp #D6CF8A

Color information

#D6CF8A (or 0xD6CF8A) is unknown color: approx Sandwisp. HEX triplet: D6, CF and 8A. RGB value is (214,207,138). Sum of RGB (Red+Green+Blue) = 214+207+138=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CF8A is #293075. Grayscale: #C9C9C9. Windows color (decimal): -2699382 or 9097174. OLE color: 9097174.

HSL color Cylindrical-coordinate representation of color #D6CF8A: hue angle of 54.47º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6CF8A is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214207138-
CMYK00.030.360.16
HSL54.47º48.1%69.02%-
HSV(B)54.47º35.51%83.92%-
XYZ54.6360.7632.89-
YUV201.2392.32137.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=38.28%
G=37.03%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420713800.030.360.1654.4748.169.02
HexD6CF8A032410363045
Octal3263172120344206660105
Binary110101101100111110001010011100100100001101101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CF8A; }

 p { color: rgb(214,207,138); }

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

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

 a { background-color: rgb(214,207,138); }

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

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

 span { border-color: rgb(214,207,138); }

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