Html Css Color HEX #DC9DA6 Kobi

📋 copy color: '#DC9DA6'

red 220 ◦ green 157 ◦ blue 166

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

Shades of Kobi #DC9DA6

Tints of Kobi #DC9DA6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.91%

 BLUE value IS 166 (65.23% from 255) = 30.57%

R = 40.52%
G = 28.91%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC9DA6 (or 0xDC9DA6) is known color: Kobi. HEX triplet: DC, 9D and A6. RGB value is (220,157,166). Sum of RGB (Red+Green+Blue) = 220+157+166=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9DA6 is #236259. Grayscale: #B0B0B0. Windows color (decimal): -2318938 or 10919388. OLE color: 10919388.

HSL color Cylindrical-coordinate representation of color #DC9DA6: hue angle of 351.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DA6 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 157 166 -
CMYK 0 0.29 0.25 0.14
HSL 351.43º 0.47% 0.74% -
HSV(B) 351.43º 0.29% 0.86% -
XYZ 48.46 42.08 41.65 -
YUV 176.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 220 157 166 0 0.29 0.25 0.14 351.43 0.47 0.74
Hex DC 9D A6 0 1D 19 E 15F 2F 4A
Octal 334 235 246 0 35 31 16 537 57 112
Binary 11011100 10011101 10100110 0 11101 11001 1110 101011111 101111 1001010

Color Harmonies of #DC9DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9DA6

Black with #DC9DA6

Text Example


Text Example

White with #DC9DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9DA6; }

 p { color: rgb(220,157,166); }

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

background-color css

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

 a { background-color: rgb(220,157,166); }

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

border-color css

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

 span { border-color: rgb(220,157,166); }

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