Html Css Color HEX #D66D68 Roman

📋 copy color: '#D66D68'

red 214 ◦ green 109 ◦ blue 104

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

Shades of Roman #D66D68

Tints of Roman #D66D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

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

R = 50.12%
G = 25.53%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D66D68 (or 0xD66D68) is known color: Roman. HEX triplet: D6, 6D and 68. RGB value is (214,109,104). Sum of RGB (Red+Green+Blue) = 214+109+104=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D68 is #299297. Grayscale: #8B8B8B. Windows color (decimal): -2724504 or 6843862. OLE color: 6843862.

HSL color Cylindrical-coordinate representation of color #D66D68: hue angle of 2.73º 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 #D66D68 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 104 -
CMYK 0 0.49 0.51 0.16
HSL 2.73º 0.57% 0.62% -
HSV(B) 2.73º 0.51% 0.84% -
XYZ 35.7 26.23 16.28 -
YUV 139.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 214 109 104 0 0.49 0.51 0.16 2.73 0.57 0.62
Hex D6 6D 68 0 31 33 10 3 39 3E
Octal 326 155 150 0 61 63 20 3 71 76
Binary 11010110 1101101 1101000 0 110001 110011 10000 11 111001 111110

Color Harmonies of #D66D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D68

Black with #D66D68

Text Example


Text Example

White with #D66D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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