#D9838A

Color #D9838A Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #D9838A

Tints of Carissma #D9838A

Color information

#D9838A (or 0xD9838A) is unknown color: approx Carissma. HEX triplet: D9, 83 and 8A. RGB value is (217,131,138). Sum of RGB (Red+Green+Blue) = 217+131+138=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9838A is #267C75. Grayscale: #9D9D9D. Windows color (decimal): -2522230 or 9077721. OLE color: 9077721.

HSL color Cylindrical-coordinate representation of color #D9838A: hue angle of 355.12º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9838A is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217131138-
CMYK00.400.360.15
HSL355.12º53.09%68.24%-
HSV(B)355.12º39.63%85.1%-
XYZ41.3232.8228.2-
YUV157.51116.99170.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=44.65%
G=26.95%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713113800.400.360.15355.1253.0968.24
HexD9838A02824F1633544
Octal331203212050441754365104
Binary110110011000001110001010010100010010011111011000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9838A; }

 p { color: rgb(217,131,138); }

 H1.HeaderClassName
 {
   color: #D9838A;
 }
 .AnyTagClassName
 {
   color: #D9838A;
 }
</style>
background-color css

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

 a { background-color: rgb(217,131,138); }

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

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

 span { border-color: rgb(217,131,138); }

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