Html Css Color HEX #D5C3B6 Just Right

📋 copy color: '#D5C3B6'

red 213 ◦ green 195 ◦ blue 182

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

Shades of Just Right #D5C3B6

Tints of Just Right #D5C3B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.85%

R = 36.1%
G = 33.05%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D5C3B6 (or 0xD5C3B6) is known color: Just Right. HEX triplet: D5, C3 and B6. RGB value is (213,195,182). Sum of RGB (Red+Green+Blue) = 213+195+182=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C3B6 is #2A3C49. Grayscale: #C6C6C6. Windows color (decimal): -2767946 or 11977685. OLE color: 11977685.

HSL color Cylindrical-coordinate representation of color #D5C3B6: hue angle of 25.16º degrees, saturation: 0.27, 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 #D5C3B6 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 195 182 -
CMYK 0 0.08 0.15 0.16
HSL 25.16º 0.27% 0.77% -
HSV(B) 25.16º 0.15% 0.84% -
XYZ 55.4 56.55 52.25 -
YUV 198.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 213 195 182 0 0.08 0.15 0.16 25.16 0.27 0.77
Hex D5 C3 B6 0 8 F 10 19 1B 4D
Octal 325 303 266 0 10 17 20 31 33 115
Binary 11010101 11000011 10110110 0 1000 1111 10000 11001 11011 1001101

Color Harmonies of #D5C3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C3B6

Black with #D5C3B6

Text Example


Text Example

White with #D5C3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C3B6; }

 p { color: rgb(213,195,182); }

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

background-color css

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

 a { background-color: rgb(213,195,182); }

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

border-color css

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

 span { border-color: rgb(213,195,182); }

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