Html Css Color HEX #D66F68 Roman

📋 copy color: '#D66F68'

red 214 ◦ green 111 ◦ blue 104

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

Shades of Roman #D66F68

Tints of Roman #D66F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.24%

R = 49.88%
G = 25.87%
B = 24.24%

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

#D66F68 (or 0xD66F68) is known color: Roman. HEX triplet: D6, 6F and 68. RGB value is (214,111,104). Sum of RGB (Red+Green+Blue) = 214+111+104=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F68 is #299097. Grayscale: #8D8D8D. Windows color (decimal): -2723992 or 6844374. OLE color: 6844374.

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

Color convert

RGB 214 111 104 -
CMYK 0 0.48 0.51 0.16
HSL 3.82º 0.57% 0.62% -
HSV(B) 3.82º 0.51% 0.84% -
XYZ 35.91 26.66 16.35 -
YUV 141 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 214 111 104 0 0.48 0.51 0.16 3.82 0.57 0.62
Hex D6 6F 68 0 30 33 10 4 39 3E
Octal 326 157 150 0 60 63 20 4 71 76
Binary 11010110 1101111 1101000 0 110000 110011 10000 100 111001 111110

Color Harmonies of #D66F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F68

Black with #D66F68

Text Example


Text Example

White with #D66F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F68; }

 p { color: rgb(214,111,104); }

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

background-color css

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

 a { background-color: rgb(214,111,104); }

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

border-color css

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

 span { border-color: rgb(214,111,104); }

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