Html Css Color HEX #D66760 Roman

📋 copy color: '#D66760'

red 214 ◦ green 103 ◦ blue 96

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

Shades of Roman #D66760

Tints of Roman #D66760

RGB

 RED value IS 214 (83.98% from 255) = 51.82%

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

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

R = 51.82%
G = 24.94%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D66760 (or 0xD66760) is known color: Roman. HEX triplet: D6, 67 and 60. RGB value is (214,103,96). Sum of RGB (Red+Green+Blue) = 214+103+96=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D66760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66760 is #29989F. Grayscale: #878787. Windows color (decimal): -2726048 or 6318038. OLE color: 6318038.

HSL color Cylindrical-coordinate representation of color #D66760: hue angle of 3.56º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66760 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 96 -
CMYK 0 0.52 0.55 0.16
HSL 3.56º 0.59% 0.61% -
HSV(B) 3.56º 0.55% 0.84% -
XYZ 34.69 24.84 14.03 -
YUV 135.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 214 103 96 0 0.52 0.55 0.16 3.56 0.59 0.61
Hex D6 67 60 0 34 37 10 4 3B 3D
Octal 326 147 140 0 64 67 20 4 73 75
Binary 11010110 1100111 1100000 0 110100 110111 10000 100 111011 111101

Color Harmonies of #D66760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66760

Black with #D66760

Text Example


Text Example

White with #D66760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66760; }

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

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

background-color css

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

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

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

border-color css

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

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

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