Html Css Color HEX #D9506D Cabaret

📋 copy color: '#D9506D'

red 217 ◦ green 80 ◦ blue 109

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

Shades of Cabaret #D9506D

Tints of Cabaret #D9506D

RGB

 RED value IS 217 (85.16% from 255) = 53.45%

 GREEN value IS 80 (31.64% from 255) = 19.7%

 BLUE value IS 109 (42.97% from 255) = 26.85%

R = 53.45%
G = 19.7%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9506D (or 0xD9506D) is known color: Cabaret. HEX triplet: D9, 50 and 6D. RGB value is (217,80,109). Sum of RGB (Red+Green+Blue) = 217+80+109=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9506D is #26AF92. Grayscale: #7C7C7C. Windows color (decimal): -2535315 or 7164121. OLE color: 7164121.

HSL color Cylindrical-coordinate representation of color #D9506D: hue angle of 347.3º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9506D is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 109 -
CMYK 0 0.63 0.50 0.15
HSL 347.3º 0.64% 0.58% -
HSV(B) 347.3º 0.63% 0.85% -
XYZ 34.24 21.59 16.83 -
YUV 124.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 217 80 109 0 0.63 0.50 0.15 347.3 0.64 0.58
Hex D9 50 6D 0 3F 32 F 15B 40 3A
Octal 331 120 155 0 77 62 17 533 100 72
Binary 11011001 1010000 1101101 0 111111 110010 1111 101011011 1000000 111010

Color Harmonies of #D9506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9506D

Black with #D9506D

Text Example


Text Example

White with #D9506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9506D; }

 p { color: rgb(217,80,109); }

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

background-color css

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

 a { background-color: rgb(217,80,109); }

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

border-color css

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

 span { border-color: rgb(217,80,109); }

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