Html Css Color HEX #D46552 Roman

📋 copy color: '#D46552'

red 212 ◦ green 101 ◦ blue 82

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

Shades of Roman #D46552

Tints of Roman #D46552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.76%

R = 53.67%
G = 25.57%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D46552 (or 0xD46552) is known color: Roman. HEX triplet: D4, 65 and 52. RGB value is (212,101,82). Sum of RGB (Red+Green+Blue) = 212+101+82=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D46552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46552 is #2B9AAD. Grayscale: #848484. Windows color (decimal): -2857646 or 5400020. OLE color: 5400020.

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

Color convert

RGB 212 101 82 -
CMYK 0 0.52 0.61 0.17
HSL 8.77º 0.6% 0.58% -
HSV(B) 8.77º 0.61% 0.83% -
XYZ 33.33 23.91 10.84 -
YUV 132.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 212 101 82 0 0.52 0.61 0.17 8.77 0.6 0.58
Hex D4 65 52 0 34 3D 11 9 3C 3A
Octal 324 145 122 0 64 75 21 11 74 72
Binary 11010100 1100101 1010010 0 110100 111101 10001 1001 111100 111010

Color Harmonies of #D46552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46552

Black with #D46552

Text Example


Text Example

White with #D46552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46552; }

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

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

background-color css

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

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

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

border-color css

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

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

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