Html Css Color HEX #D6B9A3 Just Right

📋 copy color: '#D6B9A3'

red 214 ◦ green 185 ◦ blue 163

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

Shades of Just Right #D6B9A3

Tints of Just Right #D6B9A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29%

R = 38.08%
G = 32.92%
B = 29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D6B9A3 (or 0xD6B9A3) is known color: Just Right. HEX triplet: D6, B9 and A3. RGB value is (214,185,163). Sum of RGB (Red+Green+Blue) = 214+185+163=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B9A3 is #29465C. Grayscale: #BFBFBF. Windows color (decimal): -2704989 or 10729942. OLE color: 10729942.

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

Color convert

RGB 214 185 163 -
CMYK 0 0.14 0.24 0.16
HSL 25.88º 0.38% 0.74% -
HSV(B) 25.88º 0.24% 0.84% -
XYZ 51.69 51.64 41.89 -
YUV 191.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 214 185 163 0 0.14 0.24 0.16 25.88 0.38 0.74
Hex D6 B9 A3 0 E 18 10 1A 26 4A
Octal 326 271 243 0 16 30 20 32 46 112
Binary 11010110 10111001 10100011 0 1110 11000 10000 11010 100110 1001010

Color Harmonies of #D6B9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B9A3

Black with #D6B9A3

Text Example


Text Example

White with #D6B9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B9A3; }

 p { color: rgb(214,185,163); }

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

background-color css

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

 a { background-color: rgb(214,185,163); }

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

border-color css

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

 span { border-color: rgb(214,185,163); }

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