Html Css Color HEX #D7BBAC Just Right

📋 copy color: '#D7BBAC'

red 215 ◦ green 187 ◦ blue 172

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

Shades of Just Right #D7BBAC

Tints of Just Right #D7BBAC

RGB

 RED value IS 215 (84.38% from 255) = 37.46%

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

 BLUE value IS 172 (67.58% from 255) = 29.97%

R = 37.46%
G = 32.58%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D7BBAC (or 0xD7BBAC) is known color: Just Right. HEX triplet: D7, BB and AC. RGB value is (215,187,172). Sum of RGB (Red+Green+Blue) = 215+187+172=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BBAC is #284453. Grayscale: #C1C1C1. Windows color (decimal): -2638932 or 11320279. OLE color: 11320279.

HSL color Cylindrical-coordinate representation of color #D7BBAC: hue angle of 20.93º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7BBAC is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 187 172 -
CMYK 0 0.13 0.2 0.16
HSL 20.93º 0.35% 0.76% -
HSV(B) 20.93º 0.2% 0.84% -
XYZ 53.24 52.97 46.45 -
YUV 193.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 215 187 172 0 0.13 0.2 0.16 20.93 0.35 0.76
Hex D7 BB AC 0 D 14 10 15 23 4C
Octal 327 273 254 0 15 24 20 25 43 114
Binary 11010111 10111011 10101100 0 1101 10100 10000 10101 100011 1001100

Color Harmonies of #D7BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BBAC

Black with #D7BBAC

Text Example


Text Example

White with #D7BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BBAC; }

 p { color: rgb(215,187,172); }

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

background-color css

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

 a { background-color: rgb(215,187,172); }

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

border-color css

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

 span { border-color: rgb(215,187,172); }

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