#D5C7BD

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

Shades of Swirl #D5C7BD

Tints of Swirl #D5C7BD

Color information

#D5C7BD (or 0xD5C7BD) is unknown color: approx Swirl. HEX triplet: D5, C7 and BD. RGB value is (213,199,189). Sum of RGB (Red+Green+Blue) = 213+199+189=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7BD is #2A3842. Grayscale: #CACACA. Windows color (decimal): -2766915 or 12437461. OLE color: 12437461.

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

Color convert

RGB213199189-
CMYK00.070.110.16
HSL25º22.22%78.82%-
HSV(B)25º11.27%83.53%-
XYZ57.0558.6756.46-
YUV202.05120.64135.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 199 (78.12% from 255) = 33.11%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=35.44%
G=33.11%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319918900.070.110.162522.2278.82
HexD5C7BD07B1019164f
Octal3253072750713203126117
Binary110101011100011110111101011110111000011001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C7BD; }

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

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

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

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

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

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

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

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