Html Css Color HEX #D4C6BC Swirl

📋 copy color: '#D4C6BC'

red 212 ◦ green 198 ◦ blue 188

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

Shades of Swirl #D4C6BC

Tints of Swirl #D4C6BC

RGB

 RED value IS 212 (83.2% from 255) = 35.45%

 GREEN value IS 198 (77.73% from 255) = 33.11%

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

R = 35.45%
G = 33.11%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4C6BC (or 0xD4C6BC) is known color: Swirl. HEX triplet: D4, C6 and BC. RGB value is (212,198,188). Sum of RGB (Red+Green+Blue) = 212+198+188=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C6BC is #2B3943. Grayscale: #C9C9C9. Windows color (decimal): -2832708 or 12371668. OLE color: 12371668.

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

Color convert

RGB 212 198 188 -
CMYK 0 0.07 0.11 0.17
HSL 25º 0.22% 0.78% -
HSV(B) 25º 0.11% 0.83% -
XYZ 56.42 58.02 55.8 -
YUV 201.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 212 198 188 0 0.07 0.11 0.17 25 0.22 0.78
Hex D4 C6 BC 0 7 B 11 19 16 4E
Octal 324 306 274 0 7 13 21 31 26 116
Binary 11010100 11000110 10111100 0 111 1011 10001 11001 10110 1001110

Color Harmonies of #D4C6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C6BC

Black with #D4C6BC

Text Example


Text Example

White with #D4C6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C6BC; }

 p { color: rgb(212,198,188); }

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

background-color css

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

 a { background-color: rgb(212,198,188); }

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

border-color css

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

 span { border-color: rgb(212,198,188); }

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