Html Css Color HEX #D5BCAD Just Right

📋 copy color: '#D5BCAD'

red 213 ◦ green 188 ◦ blue 173

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

Shades of Just Right #D5BCAD

Tints of Just Right #D5BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.75%

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

R = 37.11%
G = 32.75%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D5BCAD (or 0xD5BCAD) is known color: Just Right. HEX triplet: D5, BC and AD. RGB value is (213,188,173). Sum of RGB (Red+Green+Blue) = 213+188+173=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCAD is #2A4352. Grayscale: #C1C1C1. Windows color (decimal): -2769747 or 11386069. OLE color: 11386069.

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

Color convert

RGB 213 188 173 -
CMYK 0 0.12 0.19 0.16
HSL 22.5º 0.32% 0.76% -
HSV(B) 22.5º 0.19% 0.84% -
XYZ 52.97 53.13 47 -
YUV 193.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 213 188 173 0 0.12 0.19 0.16 22.5 0.32 0.76
Hex D5 BC AD 0 C 13 10 16 20 4C
Octal 325 274 255 0 14 23 20 26 40 114
Binary 11010101 10111100 10101101 0 1100 10011 10000 10110 100000 1001100

Color Harmonies of #D5BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCAD

Black with #D5BCAD

Text Example


Text Example

White with #D5BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCAD; }

 p { color: rgb(213,188,173); }

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

background-color css

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

 a { background-color: rgb(213,188,173); }

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

border-color css

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

 span { border-color: rgb(213,188,173); }

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