Html Css Color HEX #D6C7BE Swirl

📋 copy color: '#D6C7BE'

red 214 ◦ green 199 ◦ blue 190

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

Shades of Swirl #D6C7BE

Tints of Swirl #D6C7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 35.49%
G = 33%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6C7BE (or 0xD6C7BE) is known color: Swirl. HEX triplet: D6, C7 and BE. RGB value is (214,199,190). Sum of RGB (Red+Green+Blue) = 214+199+190=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7BE is #293841. Grayscale: #CACACA. Windows color (decimal): -2701378 or 12502998. OLE color: 12502998.

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

Color convert

RGB 214 199 190 -
CMYK 0 0.07 0.11 0.16
HSL 22.5º 0.23% 0.79% -
HSV(B) 22.5º 0.11% 0.84% -
XYZ 57.45 58.86 57.05 -
YUV 202.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 214 199 190 0 0.07 0.11 0.16 22.5 0.23 0.79
Hex D6 C7 BE 0 7 B 10 16 17 4F
Octal 326 307 276 0 7 13 20 26 27 117
Binary 11010110 11000111 10111110 0 111 1011 10000 10110 10111 1001111

Color Harmonies of #D6C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C7BE

Black with #D6C7BE

Text Example


Text Example

White with #D6C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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