#D29AAA

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

Shades of Kobi #D29AAA

Tints of Kobi #D29AAA

Color information

#D29AAA (or 0xD29AAA) is unknown color: approx Kobi. HEX triplet: D2, 9A and AA. RGB value is (210,154,170). Sum of RGB (Red+Green+Blue) = 210+154+170=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29AAA is #2D6555. Grayscale: #ACACAC. Windows color (decimal): -2975062 or 11180754. OLE color: 11180754.

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

Color convert

RGB210154170-
CMYK00.270.190.18
HSL342.86º38.36%71.37%-
HSV(B)342.86º26.67%82.35%-
XYZ45.3939.7243.3-
YUV172.57126.55154.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.33%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=39.33%
G=28.84%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015417000.270.190.18342.8638.3671.37
HexD29AAA01B13121572647
Octal322232252033232252746107
Binary11010010100110101010101001101110011100101010101111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AAA; }

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

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

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

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

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

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

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

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