Html Css Color HEX #D46F67 Roman

📋 copy color: '#D46F67'

red 212 ◦ green 111 ◦ blue 103

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

Shades of Roman #D46F67

Tints of Roman #D46F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.06%

 BLUE value IS 103 (40.63% from 255) = 24.18%

R = 49.77%
G = 26.06%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D46F67 (or 0xD46F67) is known color: Roman. HEX triplet: D4, 6F and 67. RGB value is (212,111,103). Sum of RGB (Red+Green+Blue) = 212+111+103=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F67 is #2B9098. Grayscale: #8C8C8C. Windows color (decimal): -2855065 or 6778836. OLE color: 6778836.

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

Color convert

RGB 212 111 103 -
CMYK 0 0.48 0.51 0.17
HSL 4.4º 0.56% 0.62% -
HSV(B) 4.4º 0.51% 0.83% -
XYZ 35.28 26.35 16.06 -
YUV 140.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 212 111 103 0 0.48 0.51 0.17 4.4 0.56 0.62
Hex D4 6F 67 0 30 33 11 4 38 3E
Octal 324 157 147 0 60 63 21 4 70 76
Binary 11010100 1101111 1100111 0 110000 110011 10001 100 111000 111110

Color Harmonies of #D46F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F67

Black with #D46F67

Text Example


Text Example

White with #D46F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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