Html Css Color HEX #DFBBA8 Just Right

📋 copy color: '#DFBBA8'

red 223 ◦ green 187 ◦ blue 168

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

Shades of Just Right #DFBBA8

Tints of Just Right #DFBBA8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.35%

 BLUE value IS 168 (66.02% from 255) = 29.07%

R = 38.58%
G = 32.35%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DFBBA8 (or 0xDFBBA8) is known color: Just Right. HEX triplet: DF, BB and A8. RGB value is (223,187,168). Sum of RGB (Red+Green+Blue) = 223+187+168=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBA8 is #204457. Grayscale: #C3C3C3. Windows color (decimal): -2114648 or 11058143. OLE color: 11058143.

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

Color convert

RGB 223 187 168 -
CMYK 0 0.16 0.25 0.13
HSL 20.73º 0.46% 0.77% -
HSV(B) 20.73º 0.25% 0.87% -
XYZ 55.27 54.06 44.57 -
YUV 195.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 223 187 168 0 0.16 0.25 0.13 20.73 0.46 0.77
Hex DF BB A8 0 10 19 D 15 2E 4D
Octal 337 273 250 0 20 31 15 25 56 115
Binary 11011111 10111011 10101000 0 10000 11001 1101 10101 101110 1001101

Color Harmonies of #DFBBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBA8

Black with #DFBBA8

Text Example


Text Example

White with #DFBBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBA8; }

 p { color: rgb(223,187,168); }

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

background-color css

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

 a { background-color: rgb(223,187,168); }

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

border-color css

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

 span { border-color: rgb(223,187,168); }

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