#D4A4B3

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

Shades of Kobi #D4A4B3

Tints of Kobi #D4A4B3

Color information

#D4A4B3 (or 0xD4A4B3) is unknown color: approx Kobi. HEX triplet: D4, A4 and B3. RGB value is (212,164,179). Sum of RGB (Red+Green+Blue) = 212+164+179=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4B3 is #2B5B4C. Grayscale: #B4B4B4. Windows color (decimal): -2841421 or 11773140. OLE color: 11773140.

HSL color Cylindrical-coordinate representation of color #D4A4B3: hue angle of 341.25º 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 #D4A4B3 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB212164179-
CMYK00.230.160.17
HSL341.25º35.82%73.73%-
HSV(B)341.25º22.64%83.14%-
XYZ48.5643.848.54-
YUV180.06127.4150.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=38.20%
G=29.55%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216417900.230.160.17341.2535.8273.73
HexD4A4B30171011155244a
Octal324244263027202152544112
Binary11010100101001001011001101011110000100011010101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4B3; }

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

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

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

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

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

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

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

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