Html Css Color HEX #D96665 Roman

📋 copy color: '#D96665'

red 217 ◦ green 102 ◦ blue 101

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

Shades of Roman #D96665

Tints of Roman #D96665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.05%

R = 51.67%
G = 24.29%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D96665 (or 0xD96665) is known color: Roman. HEX triplet: D9, 66 and 65. RGB value is (217,102,101). Sum of RGB (Red+Green+Blue) = 217+102+101=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D96665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96665 is #26999A. Grayscale: #888888. Windows color (decimal): -2529691 or 6645465. OLE color: 6645465.

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

Color convert

RGB 217 102 101 -
CMYK 0 0.53 0.53 0.15
HSL 0.52º 0.6% 0.62% -
HSV(B) 0.52º 0.53% 0.85% -
XYZ 35.72 25.19 15.29 -
YUV 136.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 217 102 101 0 0.53 0.53 0.15 0.52 0.6 0.62
Hex D9 66 65 0 35 35 F 1 3C 3E
Octal 331 146 145 0 65 65 17 1 74 76
Binary 11011001 1100110 1100101 0 110101 110101 1111 1 111100 111110

Color Harmonies of #D96665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96665

Black with #D96665

Text Example


Text Example

White with #D96665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96665; }

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

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

background-color css

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

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

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

border-color css

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

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

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