Html Css Color HEX #D46554 Roman

📋 copy color: '#D46554'

red 212 ◦ green 101 ◦ blue 84

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

Shades of Roman #D46554

Tints of Roman #D46554

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 53.4%
G = 25.44%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D46554 (or 0xD46554) is known color: Roman. HEX triplet: D4, 65 and 54. RGB value is (212,101,84). Sum of RGB (Red+Green+Blue) = 212+101+84=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D46554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46554 is #2B9AAB. Grayscale: #848484. Windows color (decimal): -2857644 or 5531092. OLE color: 5531092.

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

Color convert

RGB 212 101 84 -
CMYK 0 0.52 0.60 0.17
HSL 7.97º 0.6% 0.58% -
HSV(B) 7.97º 0.6% 0.83% -
XYZ 33.41 23.94 11.25 -
YUV 132.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 212 101 84 0 0.52 0.60 0.17 7.97 0.6 0.58
Hex D4 65 54 0 34 3C 11 8 3C 3A
Octal 324 145 124 0 64 74 21 10 74 72
Binary 11010100 1100101 1010100 0 110100 111100 10001 1000 111100 111010

Color Harmonies of #D46554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46554

Black with #D46554

Text Example


Text Example

White with #D46554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46554; }

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

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

background-color css

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

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

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

border-color css

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

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

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