Html Css Color HEX #D66663 Roman

📋 copy color: '#D66663'

red 214 ◦ green 102 ◦ blue 99

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

Shades of Roman #D66663

Tints of Roman #D66663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.58%

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

R = 51.57%
G = 24.58%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D66663 (or 0xD66663) is known color: Roman. HEX triplet: D6, 66 and 63. RGB value is (214,102,99). Sum of RGB (Red+Green+Blue) = 214+102+99=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D66663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66663 is #29999C. Grayscale: #878787. Windows color (decimal): -2726301 or 6514390. OLE color: 6514390.

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

Color convert

RGB 214 102 99 -
CMYK 0 0.52 0.54 0.16
HSL 1.57º 0.58% 0.61% -
HSV(B) 1.57º 0.54% 0.84% -
XYZ 34.74 24.7 14.74 -
YUV 135.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 214 102 99 0 0.52 0.54 0.16 1.57 0.58 0.61
Hex D6 66 63 0 34 36 10 2 3A 3D
Octal 326 146 143 0 64 66 20 2 72 75
Binary 11010110 1100110 1100011 0 110100 110110 10000 10 111010 111101

Color Harmonies of #D66663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66663

Black with #D66663

Text Example


Text Example

White with #D66663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66663; }

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

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

background-color css

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

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

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

border-color css

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

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

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