Html Css Color HEX #D5B9A6 Just Right

📋 copy color: '#D5B9A6'

red 213 ◦ green 185 ◦ blue 166

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

Shades of Just Right #D5B9A6

Tints of Just Right #D5B9A6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.8%

 BLUE value IS 166 (65.23% from 255) = 29.43%

R = 37.77%
G = 32.8%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D5B9A6 (or 0xD5B9A6) is known color: Just Right. HEX triplet: D5, B9 and A6. RGB value is (213,185,166). Sum of RGB (Red+Green+Blue) = 213+185+166=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B9A6 is #2A4659. Grayscale: #BFBFBF. Windows color (decimal): -2770522 or 10926549. OLE color: 10926549.

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

Color convert

RGB 213 185 166 -
CMYK 0 0.13 0.22 0.16
HSL 24.26º 0.36% 0.74% -
HSV(B) 24.26º 0.22% 0.84% -
XYZ 51.67 51.6 43.31 -
YUV 191.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 213 185 166 0 0.13 0.22 0.16 24.26 0.36 0.74
Hex D5 B9 A6 0 D 16 10 18 24 4A
Octal 325 271 246 0 15 26 20 30 44 112
Binary 11010101 10111001 10100110 0 1101 10110 10000 11000 100100 1001010

Color Harmonies of #D5B9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B9A6

Black with #D5B9A6

Text Example


Text Example

White with #D5B9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B9A6; }

 p { color: rgb(213,185,166); }

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

background-color css

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

 a { background-color: rgb(213,185,166); }

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

border-color css

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

 span { border-color: rgb(213,185,166); }

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