Html Css Color HEX #D66963 Roman

📋 copy color: '#D66963'

red 214 ◦ green 105 ◦ blue 99

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

Shades of Roman #D66963

Tints of Roman #D66963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.12%

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 51.2%
G = 25.12%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D66963 (or 0xD66963) is known color: Roman. HEX triplet: D6, 69 and 63. RGB value is (214,105,99). Sum of RGB (Red+Green+Blue) = 214+105+99=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D66963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66963 is #29969C. Grayscale: #898989. Windows color (decimal): -2725533 or 6515158. OLE color: 6515158.

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

Color convert

RGB 214 105 99 -
CMYK 0 0.51 0.54 0.16
HSL 3.13º 0.58% 0.61% -
HSV(B) 3.13º 0.54% 0.84% -
XYZ 35.04 25.3 14.84 -
YUV 136.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 214 105 99 0 0.51 0.54 0.16 3.13 0.58 0.61
Hex D6 69 63 0 33 36 10 3 3A 3D
Octal 326 151 143 0 63 66 20 3 72 75
Binary 11010110 1101001 1100011 0 110011 110110 10000 11 111010 111101

Color Harmonies of #D66963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66963

Black with #D66963

Text Example


Text Example

White with #D66963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66963; }

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

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

background-color css

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

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

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

border-color css

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

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

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