#D4A1B1

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

Shades of Kobi #D4A1B1

Tints of Kobi #D4A1B1

Color information

#D4A1B1 (or 0xD4A1B1) is unknown color: approx Kobi. HEX triplet: D4, A1 and B1. RGB value is (212,161,177). Sum of RGB (Red+Green+Blue) = 212+161+177=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A1B1 is #2B5E4E. Grayscale: #B2B2B2. Windows color (decimal): -2842191 or 11641300. OLE color: 11641300.

HSL color Cylindrical-coordinate representation of color #D4A1B1: hue angle of 341.18º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A1B1 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212161177-
CMYK00.240.170.17
HSL341.18º37.23%73.14%-
HSV(B)341.18º24.06%83.14%-
XYZ47.8342.6647.31-
YUV178.07127.4152.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=38.55%
G=29.27%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216117700.240.170.17341.1837.2373.14
HexD4A1B101811111552549
Octal324241261030212152545111
Binary11010100101000011011000101100010001100011010101011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A1B1; }

 p { color: rgb(212,161,177); }

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

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

 a { background-color: rgb(212,161,177); }

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

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

 span { border-color: rgb(212,161,177); }

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