Html Css Color HEX #D67069 Roman

📋 copy color: '#D67069'

red 214 ◦ green 112 ◦ blue 105

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

Shades of Roman #D67069

Tints of Roman #D67069

RGB

 RED value IS 214 (83.98% from 255) = 49.65%

 GREEN value IS 112 (44.14% from 255) = 25.99%

 BLUE value IS 105 (41.41% from 255) = 24.36%

R = 49.65%
G = 25.99%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D67069 (or 0xD67069) is known color: Roman. HEX triplet: D6, 70 and 69. RGB value is (214,112,105). Sum of RGB (Red+Green+Blue) = 214+112+105=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D67069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67069 is #298F96. Grayscale: #8D8D8D. Windows color (decimal): -2723735 or 6910166. OLE color: 6910166.

HSL color Cylindrical-coordinate representation of color #D67069: hue angle of 3.85º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D67069 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 105 -
CMYK 0 0.48 0.51 0.16
HSL 3.85º 0.57% 0.63% -
HSV(B) 3.85º 0.51% 0.84% -
XYZ 36.08 26.9 16.66 -
YUV 141.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 214 112 105 0 0.48 0.51 0.16 3.85 0.57 0.63
Hex D6 70 69 0 30 33 10 4 39 3F
Octal 326 160 151 0 60 63 20 4 71 77
Binary 11010110 1110000 1101001 0 110000 110011 10000 100 111001 111111

Color Harmonies of #D67069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67069

Black with #D67069

Text Example


Text Example

White with #D67069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67069; }

 p { color: rgb(214,112,105); }

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

background-color css

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

 a { background-color: rgb(214,112,105); }

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

border-color css

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

 span { border-color: rgb(214,112,105); }

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