Html Css Color HEX #DFBCAA Just Right

📋 copy color: '#DFBCAA'

red 223 ◦ green 188 ◦ blue 170

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

Shades of Just Right #DFBCAA

Tints of Just Right #DFBCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.36%

 BLUE value IS 170 (66.8% from 255) = 29.26%

R = 38.38%
G = 32.36%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DFBCAA (or 0xDFBCAA) is known color: Just Right. HEX triplet: DF, BC and AA. RGB value is (223,188,170). Sum of RGB (Red+Green+Blue) = 223+188+170=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCAA is #204355. Grayscale: #C4C4C4. Windows color (decimal): -2114390 or 11189471. OLE color: 11189471.

HSL color Cylindrical-coordinate representation of color #DFBCAA: hue angle of 20.38º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFBCAA is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 188 170 -
CMYK 0 0.16 0.24 0.13
HSL 20.38º 0.45% 0.77% -
HSV(B) 20.38º 0.24% 0.87% -
XYZ 55.67 54.56 45.63 -
YUV 196.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 223 188 170 0 0.16 0.24 0.13 20.38 0.45 0.77
Hex DF BC AA 0 10 18 D 14 2D 4D
Octal 337 274 252 0 20 30 15 24 55 115
Binary 11011111 10111100 10101010 0 10000 11000 1101 10100 101101 1001101

Color Harmonies of #DFBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCAA

Black with #DFBCAA

Text Example


Text Example

White with #DFBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCAA; }

 p { color: rgb(223,188,170); }

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

background-color css

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

 a { background-color: rgb(223,188,170); }

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

border-color css

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

 span { border-color: rgb(223,188,170); }

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