Html Css Color HEX #D6BCA8 Just Right

📋 copy color: '#D6BCA8'

red 214 ◦ green 188 ◦ blue 168

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

Shades of Just Right #D6BCA8

Tints of Just Right #D6BCA8

RGB

 RED value IS 214 (83.98% from 255) = 37.54%

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

 BLUE value IS 168 (66.02% from 255) = 29.47%

R = 37.54%
G = 32.98%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6BCA8 (or 0xD6BCA8) is known color: Just Right. HEX triplet: D6, BC and A8. RGB value is (214,188,168). Sum of RGB (Red+Green+Blue) = 214+188+168=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BCA8 is #294357. Grayscale: #C1C1C1. Windows color (decimal): -2704216 or 11058390. OLE color: 11058390.

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

Color convert

RGB 214 188 168 -
CMYK 0 0.12 0.21 0.16
HSL 26.09º 0.36% 0.75% -
HSV(B) 26.09º 0.21% 0.84% -
XYZ 52.78 53.09 44.51 -
YUV 193.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 214 188 168 0 0.12 0.21 0.16 26.09 0.36 0.75
Hex D6 BC A8 0 C 15 10 1A 24 4B
Octal 326 274 250 0 14 25 20 32 44 113
Binary 11010110 10111100 10101000 0 1100 10101 10000 11010 100100 1001011

Color Harmonies of #D6BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCA8

Black with #D6BCA8

Text Example


Text Example

White with #D6BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCA8; }

 p { color: rgb(214,188,168); }

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

background-color css

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

 a { background-color: rgb(214,188,168); }

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

border-color css

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

 span { border-color: rgb(214,188,168); }

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