Html Css Color HEX #D5C7BF Swirl

📋 copy color: '#D5C7BF'

red 213 ◦ green 199 ◦ blue 191

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

Shades of Swirl #D5C7BF

Tints of Swirl #D5C7BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.67%

R = 35.32%
G = 33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5C7BF (or 0xD5C7BF) is known color: Swirl. HEX triplet: D5, C7 and BF. RGB value is (213,199,191). Sum of RGB (Red+Green+Blue) = 213+199+191=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7BF is #2A3840. Grayscale: #CACACA. Windows color (decimal): -2766913 or 12568533. OLE color: 12568533.

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

Color convert

RGB 213 199 191 -
CMYK 0 0.07 0.10 0.16
HSL 21.82º 0.21% 0.79% -
HSV(B) 21.82º 0.1% 0.84% -
XYZ 57.27 58.75 57.61 -
YUV 202.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 213 199 191 0 0.07 0.10 0.16 21.82 0.21 0.79
Hex D5 C7 BF 0 7 A 10 16 15 4F
Octal 325 307 277 0 7 12 20 26 25 117
Binary 11010101 11000111 10111111 0 111 1010 10000 10110 10101 1001111

Color Harmonies of #D5C7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C7BF

Black with #D5C7BF

Text Example


Text Example

White with #D5C7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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