Html Css Color HEX #DFCAB0 Bone

📋 copy color: '#DFCAB0'

red 223 ◦ green 202 ◦ blue 176

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

Shades of Bone #DFCAB0

Tints of Bone #DFCAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.61%

 BLUE value IS 176 (69.14% from 255) = 29.28%

R = 37.1%
G = 33.61%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFCAB0 (or 0xDFCAB0) is known color: Bone. HEX triplet: DF, CA and B0. RGB value is (223,202,176). Sum of RGB (Red+Green+Blue) = 223+202+176=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAB0 is #20354F. Grayscale: #CDCDCD. Windows color (decimal): -2110800 or 11586271. OLE color: 11586271.

HSL color Cylindrical-coordinate representation of color #DFCAB0: hue angle of 33.19º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFCAB0 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 202 176 -
CMYK 0 0.09 0.21 0.13
HSL 33.19º 0.42% 0.78% -
HSV(B) 33.19º 0.21% 0.87% -
XYZ 59.39 61.06 49.73 -
YUV 205.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 223 202 176 0 0.09 0.21 0.13 33.19 0.42 0.78
Hex DF CA B0 0 9 15 D 21 2A 4E
Octal 337 312 260 0 11 25 15 41 52 116
Binary 11011111 11001010 10110000 0 1001 10101 1101 100001 101010 1001110

Color Harmonies of #DFCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCAB0

Black with #DFCAB0

Text Example


Text Example

White with #DFCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCAB0; }

 p { color: rgb(223,202,176); }

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

background-color css

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

 a { background-color: rgb(223,202,176); }

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

border-color css

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

 span { border-color: rgb(223,202,176); }

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