Html Css Color HEX #D66C5D Roman

📋 copy color: '#D66C5D'

red 214 ◦ green 108 ◦ blue 93

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

Shades of Roman #D66C5D

Tints of Roman #D66C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

 BLUE value IS 93 (36.72% from 255) = 22.41%

R = 51.57%
G = 26.02%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D66C5D (or 0xD66C5D) is known color: Roman. HEX triplet: D6, 6C and 5D. RGB value is (214,108,93). Sum of RGB (Red+Green+Blue) = 214+108+93=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C5D is #2993A2. Grayscale: #8A8A8A. Windows color (decimal): -2724771 or 6122710. OLE color: 6122710.

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

Color convert

RGB 214 108 93 -
CMYK 0 0.50 0.57 0.16
HSL 7.44º 0.6% 0.6% -
HSV(B) 7.44º 0.57% 0.84% -
XYZ 35.07 25.81 13.49 -
YUV 137.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 214 108 93 0 0.50 0.57 0.16 7.44 0.6 0.6
Hex D6 6C 5D 0 32 39 10 7 3C 3C
Octal 326 154 135 0 62 71 20 7 74 74
Binary 11010110 1101100 1011101 0 110010 111001 10000 111 111100 111100

Color Harmonies of #D66C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C5D

Black with #D66C5D

Text Example


Text Example

White with #D66C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C5D; }

 p { color: rgb(214,108,93); }

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

background-color css

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

 a { background-color: rgb(214,108,93); }

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

border-color css

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

 span { border-color: rgb(214,108,93); }

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