Html Css Color HEX #DC99AD Kobi

📋 copy color: '#DC99AD'

red 220 ◦ green 153 ◦ blue 173

#DC99AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #DC99AD

Tints of Kobi #DC99AD

RGB

 RED value IS 220 (86.33% from 255) = 40.29%

 GREEN value IS 153 (60.16% from 255) = 28.02%

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 40.29%
G = 28.02%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC99AD (or 0xDC99AD) is known color: Kobi. HEX triplet: DC, 99 and AD. RGB value is (220,153,173). Sum of RGB (Red+Green+Blue) = 220+153+173=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99AD is #236652. Grayscale: #AFAFAF. Windows color (decimal): -2319955 or 11377116. OLE color: 11377116.

HSL color Cylindrical-coordinate representation of color #DC99AD: hue angle of 342.09º 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 #DC99AD is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 173 -
CMYK 0 0.30 0.21 0.14
HSL 342.09º 0.49% 0.73% -
HSV(B) 342.09º 0.3% 0.86% -
XYZ 48.45 41.02 44.9 -
YUV 175.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 220 153 173 0 0.30 0.21 0.14 342.09 0.49 0.73
Hex DC 99 AD 0 1E 15 E 156 31 49
Octal 334 231 255 0 36 25 16 526 61 111
Binary 11011100 10011001 10101101 0 11110 10101 1110 101010110 110001 1001001

Color Harmonies of #DC99AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99AD

Black with #DC99AD

Text Example


Text Example

White with #DC99AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99AD; }

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

 H1.HeaderClassName
 {
   color: #DC99AD;
 }
 .AnyTagClassName
 {
   color: #DC99AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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