Html Css Color HEX #D66360 Roman

📋 copy color: '#D66360'

red 214 ◦ green 99 ◦ blue 96

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

Shades of Roman #D66360

Tints of Roman #D66360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.21%

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

R = 52.32%
G = 24.21%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D66360 (or 0xD66360) is known color: Roman. HEX triplet: D6, 63 and 60. RGB value is (214,99,96). Sum of RGB (Red+Green+Blue) = 214+99+96=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D66360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66360 is #299C9F. Grayscale: #858585. Windows color (decimal): -2727072 or 6317014. OLE color: 6317014.

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

Color convert

RGB 214 99 96 -
CMYK 0 0.54 0.55 0.16
HSL 1.53º 0.59% 0.61% -
HSV(B) 1.53º 0.55% 0.84% -
XYZ 34.3 24.06 13.9 -
YUV 133.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 214 99 96 0 0.54 0.55 0.16 1.53 0.59 0.61
Hex D6 63 60 0 36 37 10 2 3B 3D
Octal 326 143 140 0 66 67 20 2 73 75
Binary 11010110 1100011 1100000 0 110110 110111 10000 10 111011 111101

Color Harmonies of #D66360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66360

Black with #D66360

Text Example


Text Example

White with #D66360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66360; }

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

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

background-color css

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

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

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

border-color css

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

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

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