#D29AAB

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

Shades of Kobi #D29AAB

Tints of Kobi #D29AAB

Color information

#D29AAB (or 0xD29AAB) is unknown color: approx Kobi. HEX triplet: D2, 9A and AB. RGB value is (210,154,171). Sum of RGB (Red+Green+Blue) = 210+154+171=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29AAB is #2D6554. Grayscale: #ACACAC. Windows color (decimal): -2975061 or 11246290. OLE color: 11246290.

HSL color Cylindrical-coordinate representation of color #D29AAB: hue angle of 341.79º 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 #D29AAB is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210154171-
CMYK00.270.190.18
HSL341.79º38.36%71.37%-
HSV(B)341.79º26.67%82.35%-
XYZ45.4839.7543.8-
YUV172.68127.05154.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=39.25%
G=28.79%
B=31.96%

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
Decimal21015417100.270.190.18341.7938.3671.37
HexD29AAB01B13121562647
Octal322232253033232252646107
Binary11010010100110101010101101101110011100101010101101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AAB; }

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

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

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

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

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

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

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

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