#D7D0C7

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

Shades of Swirl #D7D0C7

Tints of Swirl #D7D0C7

Color information

#D7D0C7 (or 0xD7D0C7) is unknown color: approx Swirl. HEX triplet: D7, D0 and C7. RGB value is (215,208,199). Sum of RGB (Red+Green+Blue) = 215+208+199=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0C7 is #282F38. Grayscale: #D1D1D1. Windows color (decimal): -2633529 or 13095127. OLE color: 13095127.

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

Color convert

RGB215208199-
CMYK00.030.070.16
HSL33.75º16.67%81.18%-
HSV(B)33.75º7.44%84.31%-
XYZ60.8963.6863.12-
YUV209.07122.32132.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.57%
GREEN value IS 208 (81.64% from 255) = 33.44%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=34.57%
G=33.44%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520819900.030.070.1633.7516.6781.18
HexD7D0C703710221151
Octal327320307037204221121
Binary11010111110100001100011101111110000100010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D0C7; }

 p { color: rgb(215,208,199); }

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

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

 a { background-color: rgb(215,208,199); }

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

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

 span { border-color: rgb(215,208,199); }

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