#D9868A

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

Shades of Carissma #D9868A

Tints of Carissma #D9868A

Color information

#D9868A (or 0xD9868A) is unknown color: approx Carissma. HEX triplet: D9, 86 and 8A. RGB value is (217,134,138). Sum of RGB (Red+Green+Blue) = 217+134+138=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9868A is #267975. Grayscale: #9F9F9F. Windows color (decimal): -2521462 or 9078489. OLE color: 9078489.

HSL color Cylindrical-coordinate representation of color #D9868A: hue angle of 357.11º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9868A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217134138-
CMYK00.380.360.15
HSL357.11º52.2%68.82%-
HSV(B)357.11º38.25%85.1%-
XYZ41.7333.6428.34-
YUV159.27116169.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=44.38%
G=27.40%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713413800.380.360.15357.1152.268.82
HexD9868A02624F1653445
Octal331206212046441754564105
Binary110110011000011010001010010011010010011111011001011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9868A; }

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

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

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

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

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

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

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

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