Html Css Color HEX #D9C3B6 Just Right

📋 copy color: '#D9C3B6'

red 217 ◦ green 195 ◦ blue 182

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

Shades of Just Right #D9C3B6

Tints of Just Right #D9C3B6

RGB

 RED value IS 217 (85.16% from 255) = 36.53%

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

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

R = 36.53%
G = 32.83%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9C3B6 (or 0xD9C3B6) is known color: Just Right. HEX triplet: D9, C3 and B6. RGB value is (217,195,182). Sum of RGB (Red+Green+Blue) = 217+195+182=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3B6 is #263C49. Grayscale: #C8C8C8. Windows color (decimal): -2505802 or 11977689. OLE color: 11977689.

HSL color Cylindrical-coordinate representation of color #D9C3B6: hue angle of 22.29º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C3B6 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 195 182 -
CMYK 0 0.10 0.16 0.15
HSL 22.29º 0.32% 0.78% -
HSV(B) 22.29º 0.16% 0.85% -
XYZ 56.57 57.16 52.31 -
YUV 200.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 217 195 182 0 0.10 0.16 0.15 22.29 0.32 0.78
Hex D9 C3 B6 0 A 10 F 16 20 4E
Octal 331 303 266 0 12 20 17 26 40 116
Binary 11011001 11000011 10110110 0 1010 10000 1111 10110 100000 1001110

Color Harmonies of #D9C3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C3B6

Black with #D9C3B6

Text Example


Text Example

White with #D9C3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C3B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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