#D18DAA

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

Shades of Kobi #D18DAA

Tints of Kobi #D18DAA

Color information

#D18DAA (or 0xD18DAA) is unknown color: approx Kobi. HEX triplet: D1, 8D and AA. RGB value is (209,141,170). Sum of RGB (Red+Green+Blue) = 209+141+170=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18DAA is #2E7255. Grayscale: #A4A4A4. Windows color (decimal): -3043926 or 11177425. OLE color: 11177425.

HSL color Cylindrical-coordinate representation of color #D18DAA: hue angle of 334.41º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18DAA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209141170-
CMYK00.330.190.18
HSL334.41º42.5%68.63%-
HSV(B)334.41º32.54%81.96%-
XYZ43.0835.5142.61-
YUV164.64131.03159.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=40.19%
G=27.12%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914117000.330.190.18334.4142.568.63
HexD18DAA021131214e2a45
Octal321215252041232251652105
Binary110100011000110110101010010000110011100101010011101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DAA; }

 p { color: rgb(209,141,170); }

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

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

 a { background-color: rgb(209,141,170); }

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

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

 span { border-color: rgb(209,141,170); }

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