Html Css Color HEX #D96664 Roman

📋 copy color: '#D96664'

red 217 ◦ green 102 ◦ blue 100

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

Shades of Roman #D96664

Tints of Roman #D96664

RGB

 RED value IS 217 (85.16% from 255) = 51.79%

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

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 51.79%
G = 24.34%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D96664 (or 0xD96664) is known color: Roman. HEX triplet: D9, 66 and 64. RGB value is (217,102,100). Sum of RGB (Red+Green+Blue) = 217+102+100=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D96664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96664 is #26999B. Grayscale: #888888. Windows color (decimal): -2529692 or 6579929. OLE color: 6579929.

HSL color Cylindrical-coordinate representation of color #D96664: hue angle of 1.03º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96664 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 100 -
CMYK 0 0.53 0.54 0.15
HSL 1.03º 0.61% 0.62% -
HSV(B) 1.03º 0.54% 0.85% -
XYZ 35.67 25.17 15.04 -
YUV 136.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 217 102 100 0 0.53 0.54 0.15 1.03 0.61 0.62
Hex D9 66 64 0 35 36 F 1 3D 3E
Octal 331 146 144 0 65 66 17 1 75 76
Binary 11011001 1100110 1100100 0 110101 110110 1111 1 111101 111110

Color Harmonies of #D96664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96664

Black with #D96664

Text Example


Text Example

White with #D96664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96664; }

 p { color: rgb(217,102,100); }

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

background-color css

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

 a { background-color: rgb(217,102,100); }

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

border-color css

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

 span { border-color: rgb(217,102,100); }

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