#D98AAA

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

Shades of Kobi #D98AAA

Tints of Kobi #D98AAA

Color information

#D98AAA (or 0xD98AAA) is unknown color: approx Kobi. HEX triplet: D9, 8A and AA. RGB value is (217,138,170). Sum of RGB (Red+Green+Blue) = 217+138+170=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98AAA is #267555. Grayscale: #A5A5A5. Windows color (decimal): -2520406 or 11176665. OLE color: 11176665.

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

Color convert

RGB217138170-
CMYK00.360.220.15
HSL335.7º50.97%69.61%-
HSV(B)335.7º36.41%85.1%-
XYZ44.9635.8342.58-
YUV165.27130.67164.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=41.33%
G=26.29%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713817000.360.220.15335.750.9769.61
HexD98AAA02416F1503346
Octal331212252044261752063106
Binary11011001100010101010101001001001011011111010100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AAA; }

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

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

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

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

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

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

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

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