Html Css Color HEX #D66961 Roman

📋 copy color: '#D66961'

red 214 ◦ green 105 ◦ blue 97

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

Shades of Roman #D66961

Tints of Roman #D66961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 51.44%
G = 25.24%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D66961 (or 0xD66961) is known color: Roman. HEX triplet: D6, 69 and 61. RGB value is (214,105,97). Sum of RGB (Red+Green+Blue) = 214+105+97=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D66961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66961 is #29969E. Grayscale: #888888. Windows color (decimal): -2725535 or 6384086. OLE color: 6384086.

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

Color convert

RGB 214 105 97 -
CMYK 0 0.51 0.55 0.16
HSL 4.1º 0.59% 0.61% -
HSV(B) 4.1º 0.55% 0.84% -
XYZ 34.94 25.26 14.34 -
YUV 136.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 214 105 97 0 0.51 0.55 0.16 4.1 0.59 0.61
Hex D6 69 61 0 33 37 10 4 3B 3D
Octal 326 151 141 0 63 67 20 4 73 75
Binary 11010110 1101001 1100001 0 110011 110111 10000 100 111011 111101

Color Harmonies of #D66961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66961

Black with #D66961

Text Example


Text Example

White with #D66961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66961; }

 p { color: rgb(214,105,97); }

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

background-color css

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

 a { background-color: rgb(214,105,97); }

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

border-color css

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

 span { border-color: rgb(214,105,97); }

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