Html Css Color HEX #D06560 Roman

📋 copy color: '#D06560'

red 208 ◦ green 101 ◦ blue 96

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

Shades of Roman #D06560

Tints of Roman #D06560

RGB

 RED value IS 208 (81.64% from 255) = 51.36%

 GREEN value IS 101 (39.84% from 255) = 24.94%

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 51.36%
G = 24.94%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D06560 (or 0xD06560) is known color: Roman. HEX triplet: D0, 65 and 60. RGB value is (208,101,96). Sum of RGB (Red+Green+Blue) = 208+101+96=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D06560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06560 is #2F9A9F. Grayscale: #848484. Windows color (decimal): -3119776 or 6317520. OLE color: 6317520.

HSL color Cylindrical-coordinate representation of color #D06560: hue angle of 2.68º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06560 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 96 -
CMYK 0 0.51 0.54 0.18
HSL 2.68º 0.54% 0.6% -
HSV(B) 2.68º 0.54% 0.82% -
XYZ 32.78 23.56 13.89 -
YUV 132.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 208 101 96 0 0.51 0.54 0.18 2.68 0.54 0.6
Hex D0 65 60 0 33 36 12 3 36 3C
Octal 320 145 140 0 63 66 22 3 66 74
Binary 11010000 1100101 1100000 0 110011 110110 10010 11 110110 111100

Color Harmonies of #D06560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06560

Black with #D06560

Text Example


Text Example

White with #D06560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06560; }

 p { color: rgb(208,101,96); }

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

background-color css

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

 a { background-color: rgb(208,101,96); }

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

border-color css

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

 span { border-color: rgb(208,101,96); }

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