Html Css Color HEX #D6C3B5 Just Right

📋 copy color: '#D6C3B5'

red 214 ◦ green 195 ◦ blue 181

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

Shades of Just Right #D6C3B5

Tints of Just Right #D6C3B5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.05%

 BLUE value IS 181 (71.09% from 255) = 30.68%

R = 36.27%
G = 33.05%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D6C3B5 (or 0xD6C3B5) is known color: Just Right. HEX triplet: D6, C3 and B5. RGB value is (214,195,181). Sum of RGB (Red+Green+Blue) = 214+195+181=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3B5 is #293C4A. Grayscale: #C7C7C7. Windows color (decimal): -2702411 or 11912150. OLE color: 11912150.

HSL color Cylindrical-coordinate representation of color #D6C3B5: hue angle of 25.45º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C3B5 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 195 181 -
CMYK 0 0.09 0.15 0.16
HSL 25.45º 0.29% 0.77% -
HSV(B) 25.45º 0.15% 0.84% -
XYZ 55.59 56.66 51.72 -
YUV 199.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 214 195 181 0 0.09 0.15 0.16 25.45 0.29 0.77
Hex D6 C3 B5 0 9 F 10 19 1D 4D
Octal 326 303 265 0 11 17 20 31 35 115
Binary 11010110 11000011 10110101 0 1001 1111 10000 11001 11101 1001101

Color Harmonies of #D6C3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C3B5

Black with #D6C3B5

Text Example


Text Example

White with #D6C3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C3B5; }

 p { color: rgb(214,195,181); }

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

background-color css

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

 a { background-color: rgb(214,195,181); }

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

border-color css

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

 span { border-color: rgb(214,195,181); }

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