#D4A4B2

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

Shades of Kobi #D4A4B2

Tints of Kobi #D4A4B2

Color information

#D4A4B2 (or 0xD4A4B2) is unknown color: approx Kobi. HEX triplet: D4, A4 and B2. RGB value is (212,164,178). Sum of RGB (Red+Green+Blue) = 212+164+178=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A4B2 is #2B5B4D. Grayscale: #B3B3B3. Windows color (decimal): -2841422 or 11707604. OLE color: 11707604.

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

Color convert

RGB212164178-
CMYK00.230.160.17
HSL342.5º35.82%73.73%-
HSV(B)342.5º22.64%83.14%-
XYZ48.4643.7648.01-
YUV179.95126.9150.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=38.27%
G=29.60%
B=32.13%

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
Decimal21216417800.230.160.17342.535.8273.73
HexD4A4B20171011156244a
Octal324244262027202152644112
Binary11010100101001001011001001011110000100011010101101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4B2; }

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

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

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

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

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

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

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

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