Html Css Color HEX #D46256 Roman

📋 copy color: '#D46256'

red 212 ◦ green 98 ◦ blue 86

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

Shades of Roman #D46256

Tints of Roman #D46256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.75%

 BLUE value IS 86 (33.98% from 255) = 21.72%

R = 53.54%
G = 24.75%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D46256 (or 0xD46256) is known color: Roman. HEX triplet: D4, 62 and 56. RGB value is (212,98,86). Sum of RGB (Red+Green+Blue) = 212+98+86=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D46256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46256 is #2B9DA9. Grayscale: #828282. Windows color (decimal): -2858410 or 5661396. OLE color: 5661396.

HSL color Cylindrical-coordinate representation of color #D46256: hue angle of 5.71º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D46256 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 98 86 -
CMYK 0 0.54 0.59 0.17
HSL 5.71º 0.59% 0.58% -
HSV(B) 5.71º 0.59% 0.83% -
XYZ 33.2 23.4 11.57 -
YUV 130.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 212 98 86 0 0.54 0.59 0.17 5.71 0.59 0.58
Hex D4 62 56 0 36 3B 11 6 3B 3A
Octal 324 142 126 0 66 73 21 6 73 72
Binary 11010100 1100010 1010110 0 110110 111011 10001 110 111011 111010

Color Harmonies of #D46256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46256

Black with #D46256

Text Example


Text Example

White with #D46256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46256; }

 p { color: rgb(212,98,86); }

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

background-color css

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

 a { background-color: rgb(212,98,86); }

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

border-color css

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

 span { border-color: rgb(212,98,86); }

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