#D4A4B1

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

Shades of Kobi #D4A4B1

Tints of Kobi #D4A4B1

Color information

#D4A4B1 (or 0xD4A4B1) is unknown color: approx Kobi. HEX triplet: D4, A4 and B1. RGB value is (212,164,177). Sum of RGB (Red+Green+Blue) = 212+164+177=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A4B1 is #2B5B4E. Grayscale: #B3B3B3. Windows color (decimal): -2841423 or 11642068. OLE color: 11642068.

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

Color convert

RGB212164177-
CMYK00.230.170.17
HSL343.75º35.82%73.73%-
HSV(B)343.75º22.64%83.14%-
XYZ48.3643.7247.49-
YUV179.83126.4150.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=38.34%
G=29.66%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216417700.230.170.17343.7535.8273.73
HexD4A4B10171111158244a
Octal324244261027212153044112
Binary11010100101001001011000101011110001100011010110001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4B1; }

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

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

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

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

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

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

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

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