Html Css Color HEX #D5C7BC Swirl

📋 copy color: '#D5C7BC'

red 213 ◦ green 199 ◦ blue 188

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

Shades of Swirl #D5C7BC

Tints of Swirl #D5C7BC

RGB

 RED value IS 213 (83.59% from 255) = 35.5%

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

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

R = 35.5%
G = 33.17%
B = 31.33%

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

#D5C7BC (or 0xD5C7BC) is known color: Swirl. HEX triplet: D5, C7 and BC. RGB value is (213,199,188). Sum of RGB (Red+Green+Blue) = 213+199+188=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7BC is #2A3843. Grayscale: #C9C9C9. Windows color (decimal): -2766916 or 12371925. OLE color: 12371925.

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

Color convert

RGB 213 199 188 -
CMYK 0 0.07 0.12 0.16
HSL 26.4º 0.23% 0.79% -
HSV(B) 26.4º 0.12% 0.84% -
XYZ 56.94 58.62 55.89 -
YUV 201.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 213 199 188 0 0.07 0.12 0.16 26.4 0.23 0.79
Hex D5 C7 BC 0 7 C 10 1A 17 4F
Octal 325 307 274 0 7 14 20 32 27 117
Binary 11010101 11000111 10111100 0 111 1100 10000 11010 10111 1001111

Color Harmonies of #D5C7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C7BC

Black with #D5C7BC

Text Example


Text Example

White with #D5C7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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