Html Css Color HEX #DCB8B9 Pink Flare

📋 copy color: '#DCB8B9'

red 220 ◦ green 184 ◦ blue 185

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

Shades of Pink Flare #DCB8B9

Tints of Pink Flare #DCB8B9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.24%

 BLUE value IS 185 (72.66% from 255) = 31.41%

R = 37.35%
G = 31.24%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCB8B9 (or 0xDCB8B9) is known color: Pink Flare. HEX triplet: DC, B8 and B9. RGB value is (220,184,185). Sum of RGB (Red+Green+Blue) = 220+184+185=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8B9 is #234746. Grayscale: #C2C2C2. Windows color (decimal): -2312007 or 12171484. OLE color: 12171484.

HSL color Cylindrical-coordinate representation of color #DCB8B9: hue angle of 358.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8B9 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 185 -
CMYK 0 0.16 0.16 0.14
HSL 358.33º 0.34% 0.79% -
HSV(B) 358.33º 0.16% 0.86% -
XYZ 55.41 53 53.21 -
YUV 194.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 220 184 185 0 0.16 0.16 0.14 358.33 0.34 0.79
Hex DC B8 B9 0 10 10 E 166 22 4F
Octal 334 270 271 0 20 20 16 546 42 117
Binary 11011100 10111000 10111001 0 10000 10000 1110 101100110 100010 1001111

Color Harmonies of #DCB8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB8B9

Black with #DCB8B9

Text Example


Text Example

White with #DCB8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB8B9; }

 p { color: rgb(220,184,185); }

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

background-color css

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

 a { background-color: rgb(220,184,185); }

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

border-color css

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

 span { border-color: rgb(220,184,185); }

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