Html Css Color HEX #D56462 Roman

📋 copy color: '#D56462'

red 213 ◦ green 100 ◦ blue 98

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

Shades of Roman #D56462

Tints of Roman #D56462

RGB

 RED value IS 213 (83.59% from 255) = 51.82%

 GREEN value IS 100 (39.45% from 255) = 24.33%

 BLUE value IS 98 (38.67% from 255) = 23.84%

R = 51.82%
G = 24.33%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D56462 (or 0xD56462) is known color: Roman. HEX triplet: D5, 64 and 62. RGB value is (213,100,98). Sum of RGB (Red+Green+Blue) = 213+100+98=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D56462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56462 is #2A9B9D. Grayscale: #858585. Windows color (decimal): -2792350 or 6448341. OLE color: 6448341.

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

Color convert

RGB 213 100 98 -
CMYK 0 0.53 0.54 0.16
HSL 1.04º 0.58% 0.61% -
HSV(B) 1.04º 0.54% 0.84% -
XYZ 34.2 24.14 14.41 -
YUV 133.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 213 100 98 0 0.53 0.54 0.16 1.04 0.58 0.61
Hex D5 64 62 0 35 36 10 1 3A 3D
Octal 325 144 142 0 65 66 20 1 72 75
Binary 11010101 1100100 1100010 0 110101 110110 10000 1 111010 111101

Color Harmonies of #D56462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56462

Black with #D56462

Text Example


Text Example

White with #D56462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56462; }

 p { color: rgb(213,100,98); }

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

background-color css

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

 a { background-color: rgb(213,100,98); }

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

border-color css

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

 span { border-color: rgb(213,100,98); }

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