Html Css Color HEX #DFC6B2 Bone

📋 copy color: '#DFC6B2'

red 223 ◦ green 198 ◦ blue 178

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

Shades of Bone #DFC6B2

Tints of Bone #DFC6B2

RGB

 RED value IS 223 (87.5% from 255) = 37.23%

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

 BLUE value IS 178 (69.92% from 255) = 29.72%

R = 37.23%
G = 33.06%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DFC6B2 (or 0xDFC6B2) is known color: Bone. HEX triplet: DF, C6 and B2. RGB value is (223,198,178). Sum of RGB (Red+Green+Blue) = 223+198+178=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6B2 is #20394D. Grayscale: #CBCBCB. Windows color (decimal): -2111822 or 11716319. OLE color: 11716319.

HSL color Cylindrical-coordinate representation of color #DFC6B2: hue angle of 26.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC6B2 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 198 178 -
CMYK 0 0.11 0.20 0.13
HSL 26.67º 0.41% 0.79% -
HSV(B) 26.67º 0.2% 0.87% -
XYZ 58.66 59.29 50.47 -
YUV 203.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 223 198 178 0 0.11 0.20 0.13 26.67 0.41 0.79
Hex DF C6 B2 0 B 14 D 1B 29 4F
Octal 337 306 262 0 13 24 15 33 51 117
Binary 11011111 11000110 10110010 0 1011 10100 1101 11011 101001 1001111

Color Harmonies of #DFC6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC6B2

Black with #DFC6B2

Text Example


Text Example

White with #DFC6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC6B2; }

 p { color: rgb(223,198,178); }

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

background-color css

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

 a { background-color: rgb(223,198,178); }

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

border-color css

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

 span { border-color: rgb(223,198,178); }

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