Html Css Color HEX #D96661 Roman

📋 copy color: '#D96661'

red 217 ◦ green 102 ◦ blue 97

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

Shades of Roman #D96661

Tints of Roman #D96661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 52.16%
G = 24.52%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D96661 (or 0xD96661) is known color: Roman. HEX triplet: D9, 66 and 61. RGB value is (217,102,97). Sum of RGB (Red+Green+Blue) = 217+102+97=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D96661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96661 is #26999E. Grayscale: #878787. Windows color (decimal): -2529695 or 6383321. OLE color: 6383321.

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

Color convert

RGB 217 102 97 -
CMYK 0 0.53 0.55 0.15
HSL 2.5º 0.61% 0.62% -
HSV(B) 2.5º 0.55% 0.85% -
XYZ 35.52 25.12 14.29 -
YUV 135.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 217 102 97 0 0.53 0.55 0.15 2.5 0.61 0.62
Hex D9 66 61 0 35 37 F 2 3D 3E
Octal 331 146 141 0 65 67 17 2 75 76
Binary 11011001 1100110 1100001 0 110101 110111 1111 10 111101 111110

Color Harmonies of #D96661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96661

Black with #D96661

Text Example


Text Example

White with #D96661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96661; }

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

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

background-color css

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

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

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

border-color css

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

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

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