Html Css Color HEX #DB5667 Cabaret

📋 copy color: '#DB5667'

red 219 ◦ green 86 ◦ blue 103

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

Shades of Cabaret #DB5667

Tints of Cabaret #DB5667

RGB

 RED value IS 219 (85.94% from 255) = 53.68%

 GREEN value IS 86 (33.98% from 255) = 21.08%

 BLUE value IS 103 (40.63% from 255) = 25.25%

R = 53.68%
G = 21.08%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB5667 (or 0xDB5667) is known color: Cabaret. HEX triplet: DB, 56 and 67. RGB value is (219,86,103). Sum of RGB (Red+Green+Blue) = 219+86+103=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5667 is #24A998. Grayscale: #7F7F7F. Windows color (decimal): -2402713 or 6772443. OLE color: 6772443.

HSL color Cylindrical-coordinate representation of color #DB5667: hue angle of 352.33º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5667 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 86 103 -
CMYK 0 0.61 0.53 0.14
HSL 352.33º 0.65% 0.6% -
HSV(B) 352.33º 0.61% 0.86% -
XYZ 34.99 22.69 15.37 -
YUV 127.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 219 86 103 0 0.61 0.53 0.14 352.33 0.65 0.6
Hex DB 56 67 0 3D 35 E 160 41 3C
Octal 333 126 147 0 75 65 16 540 101 74
Binary 11011011 1010110 1100111 0 111101 110101 1110 101100000 1000001 111100

Color Harmonies of #DB5667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5667

Black with #DB5667

Text Example


Text Example

White with #DB5667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5667; }

 p { color: rgb(219,86,103); }

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

background-color css

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

 a { background-color: rgb(219,86,103); }

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

border-color css

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

 span { border-color: rgb(219,86,103); }

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