Html Css Color HEX #D3BDAD Just Right

📋 copy color: '#D3BDAD'

red 211 ◦ green 189 ◦ blue 173

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

Shades of Just Right #D3BDAD

Tints of Just Right #D3BDAD

RGB

 RED value IS 211 (82.81% from 255) = 36.82%

 GREEN value IS 189 (74.22% from 255) = 32.98%

 BLUE value IS 173 (67.97% from 255) = 30.19%

R = 36.82%
G = 32.98%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D3BDAD (or 0xD3BDAD) is known color: Just Right. HEX triplet: D3, BD and AD. RGB value is (211,189,173). Sum of RGB (Red+Green+Blue) = 211+189+173=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BDAD is #2C4252. Grayscale: #C1C1C1. Windows color (decimal): -2900563 or 11386323. OLE color: 11386323.

HSL color Cylindrical-coordinate representation of color #D3BDAD: hue angle of 25.26º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3BDAD is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 189 173 -
CMYK 0 0.10 0.18 0.17
HSL 25.26º 0.3% 0.75% -
HSV(B) 25.26º 0.18% 0.83% -
XYZ 52.6 53.26 47.04 -
YUV 193.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 211 189 173 0 0.10 0.18 0.17 25.26 0.3 0.75
Hex D3 BD AD 0 A 12 11 19 1E 4B
Octal 323 275 255 0 12 22 21 31 36 113
Binary 11010011 10111101 10101101 0 1010 10010 10001 11001 11110 1001011

Color Harmonies of #D3BDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BDAD

Black with #D3BDAD

Text Example


Text Example

White with #D3BDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BDAD; }

 p { color: rgb(211,189,173); }

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

background-color css

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

 a { background-color: rgb(211,189,173); }

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

border-color css

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

 span { border-color: rgb(211,189,173); }

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