Html Css Color HEX #D5BBAB Just Right

📋 copy color: '#D5BBAB'

red 213 ◦ green 187 ◦ blue 171

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

Shades of Just Right #D5BBAB

Tints of Just Right #D5BBAB

RGB

 RED value IS 213 (83.59% from 255) = 37.3%

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

 BLUE value IS 171 (67.19% from 255) = 29.95%

R = 37.3%
G = 32.75%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5BBAB (or 0xD5BBAB) is known color: Just Right. HEX triplet: D5, BB and AB. RGB value is (213,187,171). Sum of RGB (Red+Green+Blue) = 213+187+171=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBAB is #2A4454. Grayscale: #C1C1C1. Windows color (decimal): -2770005 or 11254741. OLE color: 11254741.

HSL color Cylindrical-coordinate representation of color #D5BBAB: hue angle of 22.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5BBAB is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 187 171 -
CMYK 0 0.12 0.20 0.16
HSL 22.86º 0.33% 0.75% -
HSV(B) 22.86º 0.2% 0.84% -
XYZ 52.56 52.63 45.92 -
YUV 192.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 213 187 171 0 0.12 0.20 0.16 22.86 0.33 0.75
Hex D5 BB AB 0 C 14 10 17 21 4B
Octal 325 273 253 0 14 24 20 27 41 113
Binary 11010101 10111011 10101011 0 1100 10100 10000 10111 100001 1001011

Color Harmonies of #D5BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBAB

Black with #D5BBAB

Text Example


Text Example

White with #D5BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBAB; }

 p { color: rgb(213,187,171); }

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

background-color css

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

 a { background-color: rgb(213,187,171); }

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

border-color css

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

 span { border-color: rgb(213,187,171); }

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