#DC99AE

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

Shades of Kobi #DC99AE

Tints of Kobi #DC99AE

Color information

#DC99AE (or 0xDC99AE) is unknown color: approx Kobi. HEX triplet: DC, 99 and AE. RGB value is (220,153,174). Sum of RGB (Red+Green+Blue) = 220+153+174=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99AE is #236651. Grayscale: #AFAFAF. Windows color (decimal): -2319954 or 11442652. OLE color: 11442652.

HSL color Cylindrical-coordinate representation of color #DC99AE: hue angle of 341.19º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC99AE is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220153174-
CMYK00.300.210.14
HSL341.19º48.91%73.14%-
HSV(B)341.19º30.45%86.27%-
XYZ48.5541.0545.41-
YUV175.43127.2159.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=40.22%
G=27.97%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015317400.300.210.14341.1948.9173.14
HexDC99AE01E15E1553149
Octal334231256036251652561111
Binary1101110010011001101011100111101010111101010101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99AE; }

 p { color: rgb(220,153,174); }

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

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

 a { background-color: rgb(220,153,174); }

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

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

 span { border-color: rgb(220,153,174); }

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