#D6C7BD

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

Shades of Swirl #D6C7BD

Tints of Swirl #D6C7BD

Color information

#D6C7BD (or 0xD6C7BD) is unknown color: approx Swirl. HEX triplet: D6, C7 and BD. RGB value is (214,199,189). Sum of RGB (Red+Green+Blue) = 214+199+189=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7BD is #293842. Grayscale: #CACACA. Windows color (decimal): -2701379 or 12437462. OLE color: 12437462.

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

Color convert

RGB214199189-
CMYK00.070.120.16
HSL24º23.36%79.02%-
HSV(B)24º11.68%83.92%-
XYZ57.3458.8256.47-
YUV202.34120.47136.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.55%
GREEN value IS 199 (78.12% from 255) = 33.06%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=35.55%
G=33.06%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419918900.070.120.162423.3679.02
HexD6C7BD07C1018174f
Octal3263072750714203027117
Binary110101101100011110111101011111001000011000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7BD; }

 p { color: rgb(214,199,189); }

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

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

 a { background-color: rgb(214,199,189); }

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

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

 span { border-color: rgb(214,199,189); }

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