Html Css Color HEX #D46764 Roman

📋 copy color: '#D46764'

red 212 ◦ green 103 ◦ blue 100

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

Shades of Roman #D46764

Tints of Roman #D46764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.82%

 BLUE value IS 100 (39.45% from 255) = 24.1%

R = 51.08%
G = 24.82%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D46764 (or 0xD46764) is known color: Roman. HEX triplet: D4, 67 and 64. RGB value is (212,103,100). Sum of RGB (Red+Green+Blue) = 212+103+100=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D46764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46764 is #2B989B. Grayscale: #878787. Windows color (decimal): -2857116 or 6580180. OLE color: 6580180.

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

Color convert

RGB 212 103 100 -
CMYK 0 0.51 0.53 0.17
HSL 1.61º 0.57% 0.61% -
HSV(B) 1.61º 0.53% 0.83% -
XYZ 34.3 24.62 15 -
YUV 135.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 212 103 100 0 0.51 0.53 0.17 1.61 0.57 0.61
Hex D4 67 64 0 33 35 11 2 39 3D
Octal 324 147 144 0 63 65 21 2 71 75
Binary 11010100 1100111 1100100 0 110011 110101 10001 10 111001 111101

Color Harmonies of #D46764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46764

Black with #D46764

Text Example


Text Example

White with #D46764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46764; }

 p { color: rgb(212,103,100); }

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

background-color css

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

 a { background-color: rgb(212,103,100); }

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

border-color css

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

 span { border-color: rgb(212,103,100); }

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