#D28AAA

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

Shades of Kobi #D28AAA

Tints of Kobi #D28AAA

Color information

#D28AAA (or 0xD28AAA) is unknown color: approx Kobi. HEX triplet: D2, 8A and AA. RGB value is (210,138,170). Sum of RGB (Red+Green+Blue) = 210+138+170=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28AAA is #2D7555. Grayscale: #A3A3A3. Windows color (decimal): -2979158 or 11176658. OLE color: 11176658.

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

Color convert

RGB210138170-
CMYK00.340.190.18
HSL333.33º44.44%68.24%-
HSV(B)333.33º34.29%82.35%-
XYZ42.9234.7842.48-
YUV163.18131.85161.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=40.54%
G=26.64%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013817000.340.190.18333.3344.4468.24
HexD28AAA022131214d2c44
Octal322212252042232251554104
Binary110100101000101010101010010001010011100101010011011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AAA; }

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

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

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

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

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

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

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

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