Html Css Color HEX #D46E65 Roman

📋 copy color: '#D46E65'

red 212 ◦ green 110 ◦ blue 101

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

Shades of Roman #D46E65

Tints of Roman #D46E65

RGB

 RED value IS 212 (83.2% from 255) = 50.12%

 GREEN value IS 110 (43.36% from 255) = 26%

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 50.12%
G = 26%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D46E65 (or 0xD46E65) is known color: Roman. HEX triplet: D4, 6E and 65. RGB value is (212,110,101). Sum of RGB (Red+Green+Blue) = 212+110+101=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46E65 is #2B919A. Grayscale: #8B8B8B. Windows color (decimal): -2855323 or 6647508. OLE color: 6647508.

HSL color Cylindrical-coordinate representation of color #D46E65: hue angle of 4.86º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46E65 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 110 101 -
CMYK 0 0.48 0.52 0.17
HSL 4.86º 0.56% 0.61% -
HSV(B) 4.86º 0.52% 0.83% -
XYZ 35.08 26.09 15.5 -
YUV 139.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 212 110 101 0 0.48 0.52 0.17 4.86 0.56 0.61
Hex D4 6E 65 0 30 34 11 5 38 3D
Octal 324 156 145 0 60 64 21 5 70 75
Binary 11010100 1101110 1100101 0 110000 110100 10001 101 111000 111101

Color Harmonies of #D46E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46E65

Black with #D46E65

Text Example


Text Example

White with #D46E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46E65; }

 p { color: rgb(212,110,101); }

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

background-color css

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

 a { background-color: rgb(212,110,101); }

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

border-color css

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

 span { border-color: rgb(212,110,101); }

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