#D6A1AD

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

Shades of Kobi #D6A1AD

Tints of Kobi #D6A1AD

Color information

#D6A1AD (or 0xD6A1AD) is unknown color: approx Kobi. HEX triplet: D6, A1 and AD. RGB value is (214,161,173). Sum of RGB (Red+Green+Blue) = 214+161+173=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A1AD is #295E52. Grayscale: #B2B2B2. Windows color (decimal): -2711123 or 11379158. OLE color: 11379158.

HSL color Cylindrical-coordinate representation of color #D6A1AD: hue angle of 346.42º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A1AD is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214161173-
CMYK00.250.190.16
HSL346.42º39.26%73.53%-
HSV(B)346.42º24.77%83.92%-
XYZ48.0242.845.27-
YUV178.22125.06153.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=39.05%
G=29.38%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416117300.250.190.16346.4239.2673.53
HexD6A1AD019131015a274a
Octal326241255031232053247112
Binary11010110101000011010110101100110011100001010110101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1AD; }

 p { color: rgb(214,161,173); }

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

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

 a { background-color: rgb(214,161,173); }

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

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

 span { border-color: rgb(214,161,173); }

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