Html Css Color HEX #D06760 Roman

📋 copy color: '#D06760'

red 208 ◦ green 103 ◦ blue 96

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

Shades of Roman #D06760

Tints of Roman #D06760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

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

R = 51.11%
G = 25.31%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D06760 (or 0xD06760) is known color: Roman. HEX triplet: D0, 67 and 60. RGB value is (208,103,96). Sum of RGB (Red+Green+Blue) = 208+103+96=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D06760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06760 is #2F989F. Grayscale: #858585. Windows color (decimal): -3119264 or 6318032. OLE color: 6318032.

HSL color Cylindrical-coordinate representation of color #D06760: hue angle of 3.75º 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 #D06760 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 96 -
CMYK 0 0.50 0.54 0.18
HSL 3.75º 0.54% 0.6% -
HSV(B) 3.75º 0.54% 0.82% -
XYZ 32.97 23.95 13.95 -
YUV 133.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 208 103 96 0 0.50 0.54 0.18 3.75 0.54 0.6
Hex D0 67 60 0 32 36 12 4 36 3C
Octal 320 147 140 0 62 66 22 4 66 74
Binary 11010000 1100111 1100000 0 110010 110110 10010 100 110110 111100

Color Harmonies of #D06760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06760

Black with #D06760

Text Example


Text Example

White with #D06760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06760; }

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

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

background-color css

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

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

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

border-color css

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

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

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