Html Css Color HEX #D6C7BC Swirl

📋 copy color: '#D6C7BC'

red 214 ◦ green 199 ◦ blue 188

#D6C7BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swirl #D6C7BC

Tints of Swirl #D6C7BC

RGB

 RED value IS 214 (83.98% from 255) = 35.61%

 GREEN value IS 199 (78.13% from 255) = 33.11%

 BLUE value IS 188 (73.83% from 255) = 31.28%

R = 35.61%
G = 33.11%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6C7BC (or 0xD6C7BC) is known color: Swirl. HEX triplet: D6, C7 and BC. RGB value is (214,199,188). Sum of RGB (Red+Green+Blue) = 214+199+188=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7BC is #293843. Grayscale: #CACACA. Windows color (decimal): -2701380 or 12371926. OLE color: 12371926.

HSL color Cylindrical-coordinate representation of color #D6C7BC: hue angle of 25.38º degrees, saturation: 0.24, 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 #D6C7BC is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 199 188 -
CMYK 0 0.07 0.12 0.16
HSL 25.38º 0.24% 0.79% -
HSV(B) 25.38º 0.12% 0.84% -
XYZ 57.23 58.77 55.9 -
YUV 202.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 214 199 188 0 0.07 0.12 0.16 25.38 0.24 0.79
Hex D6 C7 BC 0 7 C 10 19 18 4F
Octal 326 307 274 0 7 14 20 31 30 117
Binary 11010110 11000111 10111100 0 111 1100 10000 11001 11000 1001111

Color Harmonies of #D6C7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C7BC

Black with #D6C7BC

Text Example


Text Example

White with #D6C7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C7BC; }

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

 H1.HeaderClassName
 {
   color: #D6C7BC;
 }
 .AnyTagClassName
 {
   color: #D6C7BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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